I have beta.6 installed and the Android back button does function properly so long as there are additional pages in the navigation stack. On the other hand, if you’re at a root page then the hardware button will close the app which is not the preferred result IMO. I think when you’re on a root page the back button shouldn’t do anything, or at the most it should us a prompt to ask the user if they want to close the app or not.
Does not work correctly in beta 7! The event can be received but no possibility to interfere. This should be made possible by Ionic to kill the app on exit. Actually the problem is on root - the app leaves but the app can still be found in the app list. When activating it again, the app restarts(?) but without splash screen. As Ionic 2 takes actually too long to load, an ugly white screen is visible for several seconds. IMO opinion this is also related somehow to Crosswalk. Has anybody an idea on this?
The problem seems that the app is not suspended correctly with the back button. Try to press the “home” button instead of the “back button”. Afterwards resume from the app list. There will be no white screen. Apart that the loading of Ionic 2 takes too long, I don’t think it is related to Ionic.
@Vukasin The problem with the white screen can be reproduced with the simplest possible Cordova app (without Crosswalk and Ionic 2). Something seems to be wrong or we miss something. Anyhow, I filed an issue in the Cordova JIRA. As the JS of Ionic 2 is actually too heavy, the effect is visible very well. https://issues.apache.org/jira/browse/CB-11304
To show the splash screen on relaunch to avoid the white screen after “back button” exit, this option is needed in config.xml: <preference name="SplashShowOnlyFirstTime" value="false" />
For Crosswalk additionally I updated to plugin version 1.7.0 (I don’t know if really necessary - however this made it work).