Does anyone know how to serve the phonegap/cordova app www folder remotely?
So i'm developing this camera app using the sencha touch framework with a layer of cordova to gain access to devices native camera.
Im trying to serve the www folder remotely to be able to push updates to users without having to update the app.
So i have tried to just copy the www folder from the android platform to the remote server. This worked on android but all other devices failed to load the website. Is the www folder specific to the device?
When i test on ios i get a JS alert displaying "gap_init:2"
EDIT: As it turns out, android was caching the old website. Now i'm down to nothing working.
Any help would be appriciated.