Hi Illya,
Thanks for super quick response! It worked perfectly! I really appreciate your help and the screen shot along with it. I would have never figured that out on my own.
![]()
Best regards,
Sebastian
Hi Illya,
Thanks for super quick response! It worked perfectly! I really appreciate your help and the screen shot along with it. I would have never figured that out on my own.
![]()
Best regards,
Sebastian
Hey I actually have one more question. How would I add a decimal point / period in the keyboard?
e.g. if someone wanted to input the value 1.50 or 5.75
In this case the only way is to use type="number" and you can also specify the step: step="any" or step="0.01" as you need, and if it's should be only positive numbers: min="0".
I tried that as well and it didn't work, still no decimal point. When I tried Step: 0.01 it changed the keyboard to the abc one.
On what device you are testing this? Also you are testing as web app or stand alone app?
I've been doing mostly webtesting on my phone but I just tried the latest properties you suggested on the iPhone by exporting it from xcode to my phone and that didn't work. I got the full keyboard with
inputmode:number
step:any
min:0