air 26 stagewebview - some breaking changes
Hello,
I just updated from AIR SDK 24 to 26 as I had some issues with StageWebView on iOS.
But now I am having more issues:
- On desktop (windows), setting StageWebView(true) makes javascript misbehave, like functions not triggering.
- On both iOS and Windows, stage webview does not fire the Complete event anymore (it works fine on Android). So I am unable to know if a page has loaded or not
- Calling a javascript function via loadURL("javascript:functionname();") does not work anymore on iOS and Desktop.
