Commit 4efbe858 authored by 李增强's avatar 李增强

修复js调用权限弹出其他窗口崩溃问题

parent 3f1ed3ba
......@@ -1746,6 +1746,9 @@ final public class InAppWebView extends InputAwareWebView {
new Runnable() {
@Override
public void run() {
if(containerView == null){
return;
}
InputMethodManager imm =
(InputMethodManager) getContext().getSystemService(INPUT_METHOD_SERVICE);
if (imm != null && !imm.isAcceptingText()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment