Android WebView禁用系统键盘

参考:在webView中阻止键盘 | 经验摘录 (1r1g.com)

在父布局中添加:

android:descendantFocusability="blocksDescendants"

设置WebView的这两个属性:

android:focusable="false"
android:focusableInTouchMode="true"
posted @ 2022-04-15 17:57  HotSky  阅读(605)  评论(0编辑  收藏  举报