Change “enter” key text on iPhone keyboard?

耗尽温柔 提交于 2021-02-09 07:11:22

问题


(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.


回答1:


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.)



来源:https://stackoverflow.com/questions/7349371/change-enter-key-text-on-iphone-keyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!