开发者

How to control which keyboard is displayed when a user touches a text field in iPad?

I am currently developing a web application to be run in iPad. How do I control which keyboard is displaye开发者_高级运维d when a user touches a text field?

input type="text" pattern="[0-9]*"

I have tried the above html codes which tested working in ITouch but in the Apple iPad SDK emulator, it imply brings up the normal keyboard.

Any idea?

Thank you.


There is no "numeric keyboard" in iPad. Look, the size of the iPad keyboard is 768x264, it is very awkward to put just 12 keys there.

This code gives the number/symbol plane which is the best you could do.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜