When I deploy my PhoneGap application to my iPad, it doesn’t show the most recent version. I’m guessing this is because the WebView is caching stuff. I can’t figure out how to clear it.
So far I have..
- Rebooted
- Hard Rebooted
- Removed Application
- Cleared Safari Cache
Any other ideas?
You need to clean the project in Xcode, cmd+shift+k. Xcode caches html files heavily, in this case it’s most likely the index.html file. Instill the clean project step in your mind as you need to do it every time you deploy to device.