I made an ios formatted db-driven web-app using a tutorial at
Building iPhone Apps with HTML, CSS, and JavaScript - OFPS - O'Reilly Media
It looks and works great on my ipod touch.
I want to submit it to the app store, so i registered and paid the $99.
I used phonegap to make it into a "phonegap-based application" in xcode 4.0.2 and put my files in the www folder.
The index.html file contains global links (
http://website.com/link.php) that work great in xcode's iphone 4.0 simulator-- it just goes to the link and it looks native-- no sign of safari. But when i click on local links (link.php), it just shows the actual lines of code of link.php.
But do I even need to include any of the other files when i submit the xcode project to the app store, or can i just include index.html, since it contains links to the rest of the site anyway?