更改“输入” iPhone 键盘上的关键文本?
(这个问题涉及 Safari 中的 HTML 页面,而不是 XCode 中的应用程序开发。)
在 iPhone 上的 Safari 中,当单击 或
可以更改此文本吗?
我记得有一篇文章说有关使用
(This question concerns HTML pages in Safari, not app development in XCode.)
In Safari on iPhone, when clicking on a <input>
or <textarea>
, the text on the enter key
says "enter".
Is it possible to change this text?
I remember a posting saying something about using <textarea title="My button text">
, but this does not work when I tried it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意。
您将获得操作系统中定义的返回键和键盘类型。除非您想尝试破解键盘的视图层次结构来更改该按钮,否则这将是一个非常糟糕的计划。 (这里的标准建议是向 Apple 提交错误报告,让他们知道您想要更多/不同的选项。)
Note.
You get the return key and keyboard types defined in the OS. Unless you want to try to hack the keyboard's view hierarchy to change that button, which would be a really bad plan. (Standard recommendation here is to file a bug report with Apple to let them know you'd like more/different options.)