Another Android Feature Request ("Back" Button)

Feature requests for future versions of Hollywood can be voiced here
Post Reply
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Another Android Feature Request ("Back" Button)

Post 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.
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

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

Post 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.
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

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

Post by PEB »

Perfect. Thanks!
Post Reply