在应用程序中显示登录键盘

show at sign in keyboard in app

我目前正在使用 jQuery 移动设备开发应用程序。 I want to have the email ( @ ) sign show up in the keyboard when an input that needs an e-mailaddress is selected.我知道有一种方法可以做到这一点,我只是不知道要搜索什么,因为 none 我在 google 上获得的点击是我想要完成的。有没有人可以就此给我建议?我需要这个用于苹果,如果可能的话 android 也需要这个。

提前致谢!

解决方案比我想象的要简单得多。输入类型必须是 email

<input type="email">