load local html on iOS, width event handling
Hi,
I need to donwload/update and load presentations on iPad. Working with external .swf resulted with uncontrolled crash of application. Im looking for rescue in HTML & JS build presentation.
I'm trying to find solution, that allow me to load .html file from applicationStorageDirectory, and capture events, like window.status in HTMLHost & HTMLLoader, but:
- HTMLloader is not supported on iOS (code that works for desktop, doesn't work for iOS distribution)
- WebStageView doesn't allow me to interact with app, only historyBack()/historyForward()
Does anybody try with success to load and interact html in AIR on iOS, and can shere the solution with others?
