我有以下页面,我在WkWebView中显示
<html>
<textarea name='message' placeholder='Type your message here'/>
</html>
当在此字段中输入文本时,键盘会显示正常的&#34;返回&#34;键。
我想将返回键的标签更改为&#34;发送&#34;只是为了这个领域。
在WKWebView中可以吗?
我知道这个答案:How to change keyboard button "Return" to "Search" for input in a UIWebView? 但建议的解决方案仅适用于UIWebView。