0
Automatically open numeric keypad of phone in browser?
I have a drop-down list than a numeric field in aspx form. When the page load focus automatically on the drop-down list. Now I want when I select the option from drop-down list. Then focus automatically move to the numeric field and numeric keypad automatically open.
5 Antworten
+ 1
Use input type number
<input type="number"></input>
Do note: this enables special number type keyboard which means I can't use the copy paste functionality. e.g., pasting otp pass codes in input box.
+ 1
Well, it may or may not be possible.
See if the below helps
https://stackoverflow.com/questions/6837543/show-virtual-keyboard-on-mobile-phones-in-javascript#6837575
0
I want to open numeric keypad without user interaction
0
When user select the value of drop-down list then numeric keypad should automatically opened
0
I achieved this....in my poc not not implenting in asp .net website