I have a complex AIR app that is currently deployed to Windows and Mac. I would love to port it to the iPad, and I am beginning to explore this possibility. Before I launch it it however, there are a few basics questions that come up. Some of these might be showstoppers depending on the answer, and getting some answers might save me weeks of experimentation. If anyone can offer feedback I would be grateful. Here goes:
- My AIR app makes extensive use of an embedded web browser, via the flash.html.HTMLLoader object. Can I expect this to work when compiled for iOS? - My AIR app makes extensive use of a SQL Lite database via the flash.data namespace. Can I expect this to work on iOS? - How about RESTful web service calls using the flash.net namespace and JSON? Thanks for any help you are able to provide. Kevin

