I\'ve run into a weird issue that has had me scratching my head for the past hour.
I\'m working on an iPad app using Xcode 4 and PhoneGap. It\'s using jQuery. I\'ve
I do not have mac right now, but few things to try:
Try to look at Your project build (or prebuild or something) action where www folder is supposed to be copied.
Try to change index.html and see if it works.
Try to copy paste all Your javascript code to index.html script tag
Try to validate Your javascript (For example: Google Closure Compiler) and see if it has no problems