Hi,
I have a StageWebView displaying an HTML page in Android with AIR (currently 3.5, but the same happens with 3.6). It displays fine and works perfectly, until...
If I flip out to another app, for example, by clicking on the device home button, and then return to the app, the StageWebView still renders my HTML correctly, and will load new pages correctly,
BUT...
Clicking links no longer has any effect. It appears there is some interaction as the mousedown link highlighting works as normal, but there is no navigation of the browser.
I will dig a bit deeper to see whether this happens with simple HTML links as well (I think the page uses jquery a lot) but this seems like a fairly fundamental bug. There doesn't appear to be any workaround - once the StageWebView stops working, the only remedy is to close the app and restart as even creating a new StageWebView instance doesn't appear to fix the issue.
Can you let me know whether this is a known issue with a known bug report or should I create a new one?
G