Page 1 of 1

Another Android Feature Request ("Back" Button)

Posted: Tue Nov 04, 2014 5:05 am
by PEB
Here's a feature request for the "mobile support library":

Could you add the option to disable the automatic quit when the "Back" navigation button is pressed?

It would also be nice if pressing the Back button would be recognized as an event that could be recognized by InstallEventHandler()---allowing the user to navigate "Back" (or "Up") within a Hollywood program without quitting.

Re: Another Android Feature Request ("Back" Button)

Posted: Tue Nov 04, 2014 4:13 pm
by airsoftsoftwair
This is already supported. Just install an event handler on "CloseWindow". "CloseWindow" is triggered on Android whenever the user hits the back button.

Re: Another Android Feature Request ("Back" Button)

Posted: Tue Nov 04, 2014 11:49 pm
by PEB
Perfect. Thanks!