Skip to content

Commit c36c982

Browse files
author
minggo
authored
Revert "fix keyback bug after opened a page (cocos2d#18153)" (cocos2d#18601)
This reverts commit 6d50a84.
1 parent 6d50a84 commit c36c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/platform/android/java/src/org/cocos2dx/lib/Cocos2dxWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public Cocos2dxWebView(Context context, int viewTag) {
5050
this.mJSScheme = "";
5151

5252
this.setFocusable(true);
53-
this.setFocusableInTouchMode(false);
53+
this.setFocusableInTouchMode(true);
5454

5555
this.getSettings().setSupportZoom(false);
5656

0 commit comments

Comments
 (0)