javascript - how to keep softkeyboard's mode, when set value of input by js -


the first, sorry poor english.

on html page on android device:

1) user click on input, os popup softkeyboard

2) user chooses number mode

3) set value of input when still focus on input(means softkeyboard existing)

4) * because set value of input, softkeyboard mode change default (qwerty)

how prevent behavior?

thank you.

i may have request backwards, make keyboard pop in number mode, use

<input type="number"> 

note works in html5 capable browsers.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -