I'm using jquerymobile, but can't get the keypad to only show numeric keys (including decimals). Only default keypad is shown.I'm using phonegap, I use
<input type="number">
the problem is that the numpad is shown but when i use
input {-webkit-user-modify: read-write-plaintext-only;}
the default keypad is only shown. Any suggestion would be great.
Thankx.