Revert "fix keyback bug after opened a page (#18153)" (#18601)

This reverts commit 6d50a844d4.
This commit is contained in:
minggo 2018-01-02 10:38:02 +08:00 committed by GitHub
parent 6d50a844d4
commit c36c9824d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class Cocos2dxWebView extends WebView {
this.mJSScheme = "";
this.setFocusable(true);
this.setFocusableInTouchMode(false);
this.setFocusableInTouchMode(true);
this.getSettings().setSupportZoom(false);