mirror of https://github.com/axmolengine/axmol.git
This reverts commit 6d50a844d4
.
This commit is contained in:
parent
6d50a844d4
commit
c36c9824d9
|
@ -50,7 +50,7 @@ public class Cocos2dxWebView extends WebView {
|
|||
this.mJSScheme = "";
|
||||
|
||||
this.setFocusable(true);
|
||||
this.setFocusableInTouchMode(false);
|
||||
this.setFocusableInTouchMode(true);
|
||||
|
||||
this.getSettings().setSupportZoom(false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue