How to bundle a HTML app for iPhone/iPad
I am writing a html5 stand alone app (not hosted on a server). How do I package and deploy it to the iPhone simulator or (eventually) to the apple store? Do I need to create a project in xcode that loads and开发者_开发知识库 display the app in a web view? Are there any tutorials on how to do this?
Phonegap is a very good tool to bundle your webapp into a phone app. It should able to help you ports to most of the popular platform :)
http://www.phonegap.com/
精彩评论