Is there a task switch event for iOS? Like Event.DEACTIVATE for Android
Hello,
I need to be able to trigger a function when someone presses the front facing button that has the square in it on an iDevice.
I've tried:
NativeApplication.nativeApplication.addEventListener(Event.DEACTIVATE, quitApplication);
This doesn't work on iOS but it does work on Android.
Anyone have an idea what to do?
-Scott
