If I make an apk with the default setup (requires separate runtime download) it works, but not with captive runtime. I need captive runtime so that it can be accepted into Amazon Appstore.
StageWebView.isSupported appears to return true when run, and then it just doesn't work.
Is there any way around this? Will this work in the future?
I am probably just going to work around it and do without it for this release, but would like to see if anyone knows what the deal is with it and let folks know of the issue.
Edit: I have found that any usage of a StageWebView object not only doesn't work, but makes errors and breaks other parts of the app, so I have had to disable any usage of it...
I'm also using StageWebView, but I don't have the problems you mention. I am using Captive Runtime to compile my app and it's working fine in the Android Market (I haven't tried Amazon Appstore, though).
The version of AIR i'm using is 3.1. Are you using this version?