是否可以使用 Sencha touch + 显示电子邮件式键盘电话间隙?
Sencha touch 有一个名为“emailfield”的 xtype,它显示 iPhone 上的电子邮件风格的键盘。但是,它不会显示Android 上的电子邮件样式键盘。
这可以做到吗?
Sencha touch has an xtype called "emailfield" that shows the email-styled keyboard on the iPhone. However, it doesn't display the email-styled keyboard on the Android.
Can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在常规的旧 HTML 中实现了这一点,Phonegap 和 Sencha 都是构建在其之上的。
<input type="email" />
does the trick in regular old HTML, which Phonegap and Sencha are both built on top of.