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