Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个要在 iPad 上运行的 Web 应用程序。当用户触摸文本字段时,如何控制显示哪个键盘?
输入类型=“文本”模式=“[0-9]*”
我已经尝试了上面测试在 ITouch 中工作的 html 代码,但在 Apple iPad SDK 模拟器中,它暗示了正常的键盘。
任何想法?
谢谢你。
iPad 中没有“数字键盘”。看,iPad 键盘的尺寸是 768x264,只放 12 个键很尴尬。
这段代码给出了你能做的最好的数字/符号平面。