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
Post a Comment