问题
(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