Skip to content

Commit

Permalink
fix(android): input autofocus and javascript focus not working (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 7, 2020
1 parent aac51fe commit e010a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ private void initWebView() {
if (isDevMode()) {
defaultDebuggable = true;
}

webView.requestFocusFromTouch();
WebView.setWebContentsDebuggingEnabled(Config.getBoolean("android.webContentsDebuggingEnabled", defaultDebuggable));
}

Expand Down

0 comments on commit e010a28

Please sign in to comment.