Android Prevent BACK button default action
-
Hi,
Is there an easy way to prevent the default BACK button action on Android? It used to be:FlxG.android.preventDefaultBackAction = true;
After an upgrade this no longer works and there is no info on any alternative ways. The documentation is also missing info on how to handle Android buttons in general.
-
-
@gama11 Thanks!