StageWebView crashes Adobe AIR on iOS when assigning it a stage
I'm having a problem with StageWebView on iOS (in Android it works fine). More exactly, It's an iPad app.
I'm loading a dynamic PHP URL with StageWebView's loadURL method, and then I start building Flash interface elements in a left column (the StageWebView browser is in the right column), which works fine, then I wait a couple of seconds for the page to load (with a Timer), and then I finally show the browser to the user with:
this.webView.stage = this.stage;
The moment I run that line, the whole iOS application crashes and the iPad goes back to its desktop
(I suppose that should never happen in Adobe AIR no matter what you do).
But the process is still in memory, since if I double click the iPad physical button, I can see my application icon in the running apps bar (though if I click the icon, the app starts from the beginning, instead of resuming).
Using AIR 2.6. Any ideas on how to solve this crash?
Thanks.
