Hi,
I am creating a native.newWebview and each time I click on the Android hardware “back” key, the app quit gracefully!.
I try overiding key event with Runtime:addEventListener( “key”, onKeyEvent ), but no luck. The callback method is not even call, as the app quit before that.
Any clue of how I can prevent the app to quit when a native.newWebview is shown?
Thanks,