美文网首页
webview 中 h5的键盘处理

webview 中 h5的键盘处理

作者: Ad大成 | 来源:发表于2023-10-29 19:11 被阅读0次

@Override
public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
InputConnection inputConnection = super.onCreateInputConnection(outAttrs);
outAttrs.imeOptions = EditorInfo.IME_ACTION_DONE;

    return inputConnection;

}

相关文章

网友评论

      本文标题:webview 中 h5的键盘处理

      本文链接:https://www.haomeiwen.com/subject/fumvidtx.html