jquerymobile numerical keypad phonegap

2019-04-10 18:17发布

问题:

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.

回答1:

use $('#<element-id>').focus();