如何在 iPhone Web 应用程序中提示小键盘?
我正在使用 dashcode 为 iphone 开发一个网络应用程序。我被困在用户需要输入邮政编码或电话号码的地方,并且应用程序不显示数字键盘,而是显示常规键盘。
任何帮助将不胜感激。
谢谢
I'm developing a web app for iphone using dashcode. I'm stuck where user needs to enter zip code or phone number and the app doesn't show the numpads but the regular keyboard.
any help would be appreciated.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不能。它曾经在 iPhone OS 1 中可行(它会显示任何 ID 包含“zip”或“phone”的
元素),但 OS 2/3 删除了此功能。
You can't. It used to be possible in iPhone OS 1 (it showed up for any
<input>
element with a ID that included 'zip' or 'phone), but OS 2/3 removed this functionality.从 iPhone 3.2 开始,您现在就可以了。
请参阅:iPhone UIWebview:如何强制输入数字键盘?这可能吗? - 现在有图片!
You can now as of iPhone 3.2-ish.
See: iPhone UIWebview: How to force a numeric keyboard? Is it possible? - now with pictures!