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.
使用 iPhone 访问某些网页时,我注意到一些文本输入框会弹出不同的键盘布局。
例如,Hotmail 的登录页面在电子邮件地址字段上显示一个带有较小空格键和一个@ 键的键盘。
设计网页时如何自己控制键盘布局?我不是在谈论应用程序,只是为 iPhone 设计的普通网页。
谢谢!
您可能正在寻找<input type="email">. 这是移动浏览器支持的输入类型的一个很好的列表。
<input type="email">