【发布时间】:2016-11-17 00:02:19
【问题描述】:
我在 WkWebView 中显示了以下页面
<html>
<textarea name='message' placeholder='Type your message here'/>
</html>
在此字段中输入文本时,键盘会显示一个正常的“返回”键。
我想将此字段的返回键标签更改为“发送”。
在 WKWebView 中可以吗?
我知道这个答案:How to change keyboard button "Return" to "Search" for input in a UIWebView? 但建议的解决方案仅适用于 UIWebView。
【问题讨论】: