Skip to main content
Legend
November 8, 2013
Question

Is Event.EXITING supposed to be supported in mobile?

  • November 8, 2013
  • 0 replies
  • 324 views

Hi,

I'm trying to execute some code on app closure in my Flex app running on Android. Trouble is, this code only catches the event when testing in simulator on desktop:

NativeApplication.nativeApplication.addEventListener(Event.EXITING,comscoreApplicationExitHandler);

I haven't been able to find a reference to the event being unsupported on mobile, but that could be my oversight.

Does anyone know whether this is a bug or a feature?

G

This topic is closed to new replies. Start a new post to keep the conversation going.