Android back button exits game

Sorry we didn’t used webview , so I don’t know how it should be handled correctly.

Edit Cocos2dxWebview.java manually:

this.setFocusableInTouchMode(false);

set focusable to false will fix this, but it will disable any text input…

Edit Cocos2dxWebview.java manually:

this.setFocusableInTouchMode(false);

set focusable to false will fix this, but it will disable any text input…