Im using CocoonJS export for my Android game.
When I tap "back" button on my tablet, system asks me if I want to exit. This happens on every layout.
I want to change it.
How do I get access to the system device buttons and change its actions? For example, to create my own in-game context menu, which can be called with "options" button, and returning to the previous layout with "back" button.
Or maybe I can just turn it off?