blackberry.app.event.onExit () on PlayBook?

Someone has an example of work for blackberry.app.event.onExit () on the PlayBook and better to post on the forum? Thank you.

This method is not supported on the PlayBook.

The WebWorks SDK for Tablet OS uses AIR to ensure its integration of device at a lower level.  AIR does not currently have a method "exit application", so therefore, nor does WebWorks for Tablet OS.

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry.app.Event - working with iFrames / HTMLObjectElement

    Hello

    I have a problem with the combination of the use of Iframes or the HTMLObjectElement with any kind of blackberry.app.events. (onForegound / onBackground / onSwipeDown/etc.).

    In the Simulator waving all works well, but when I test on the PlayBook the event fires only once before as I have work with the iFrame (event click etc.). After the interaction, the event is no longer in effect.

    I guess that after the interaction with the iFrame, the event fires to the iFrame page and not to the parentpage.

    The code examples here:

    Of config.xml

    
            
            
    
    

    Of index.html - the swipemenu in the examples (not published)

    
        
    

    Of index.html - iFrame-example