如何在我的<输入>上禁用 iPhone 的自动填充栏?输入>
我有一个带有 的 PhoneGap 应用。
问题是键盘上方有一个工具栏,其中包含上一个、下一个和自动填充。
只有一个表单字段,因此“下一个”和“上一个”没有用。该号码每次都会不同,并且不是联系信息,因此自动填充也没有用。
有没有办法隐藏或禁用此工具栏?
I've got a PhoneGap app with an <input type="number" />
.
The problem is that the keyboard has a toolbar above it with Previous, Next, and Autofill.
There's only one form field, so Next and Previous aren't useful. The number will be different each time and isn't contact info, so AutoFill also isn't useful.
Is there a way to hide or disable this toolbar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iOS 查看表单元素名称、ID 或类,以及与这些输入相对应的标签。尝试将这些名称更改为更晦涩的标题以停止自动填充,根据我的经验,这是有效的。
iOS looks at form elements Names, ID's or Classes, along with labels that correspond with these inputs. Try changing the names of these to more obscure titles to stop AutoFill, it's worked in my experience.