HTML 占位符不适用于 Android
我的网站有移动版本,在登录页面上我使用“占位符”来显示:电子邮件或密码(而不是使用标签)。
对于iPhone,它可以工作,但不适用于Android,它禁用了我的字段CSS(边框,颜色等...)
编辑: 我希望能够使用 iPhone OS3、OS4 以及 Android 1 和 2
为什么?
I have a mobile version of my site and on the login page I use "placeholder" to display: Email or Password (instead of using label).
For iPhone it's working but not for Android, it disabled my field css (borders, colors etc...)
Edit:
I want to be able to use iPhone OS3, OS4 and Android 1 and 2
Why ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了!
http://diveintohtml5.ep.io/forms.html
如何删除密码字段上的占位符从标签过来
Found it!
http://diveintohtml5.ep.io/forms.html
How to get rid of placeholder on password field taken over from label