Is there any way to keep a numeric keyboard always enabled/active on a page. After doing a bit of searching around, I could find that, in android, user interaction is needed to bring up a numeric keyboard* (step 1)
- I know that keyboard.show() can be used to open the keyboard forcefully, but it will only display the alphanumeric keyboard, with no control over which keyboard mode to display( )
Is there any way to get around this issue