This content has been marked as final.
Show 3 replies
-
1. Re: IOS8 StageWebView
Freelance77 Oct 5, 2014 8:35 PM (in response to chris7777)I just tested an AIR app I made on iOS 8 that uses StageWebView, and it is working fine....thank God.
I hope you get it worked out, but I don't think StageWebView directly is the issue. Perhaps it is something that is interacting with it? ...causing the particular call to fail?
Peace.
-
2. Re: IOS8 StageWebView
Anton Azarov Oct 6, 2014 2:59 PM (in response to chris7777)You can support WKWebView yourself by developing simple Native Extensions.
-
3. Re: IOS8 StageWebView
khaleddiaa Oct 30, 2014 2:45 PM (in response to chris7777)Use stagewebviewbridge instead of stagewebview and change es.xperiments.media.stagewebviewDisk.as file
_appCacheFile = new File(File.applicationDirectory.nativePath +"/../Library/Caches");
Change that line to :
_appCacheFile = File.cacheDirectory;

