Protocol Not Supported when Loading from App-storage
Hopefully someone can help me out.
I've built an AIR mobile application for iOS that currently saves an HTML file (with images) to the application storage directory. Afterwards it loads the html file using stagewebview. It works perfectly with AIR 21. When I upgraded to AIR 26, it now throws an error.
"Error #2044: Unhandled ErrorEvent:. text=The protocol is not supported.: app-storage:/profile_3_85_551.html"
After doing some debugging I see that it's saving to the application storage directory but throws the error when trying to load.
Any help would be greatly appreciated.
Thank you in advance.
