I have to build an App for Windows Mobile and iOS. So I decided to create this with PhoneGap.
The app should only display HTML-Files. These files are stored on a server and can change every day.
So I created already an API which delivers the files. My solution would be: In my PhoneGap-App I use AJAX to get the files (this is no problem and should already work...).
To the question: How can I store the files on the device? Is this possible with PhoneGap? The app have to work offline too (because of this I need to store the files)... And if this is possible: It should sync only the differences (between device/app and server) --> keyword rsync??
Thank you for your help! Emanuel :)
Have you checked here?
You can definitely store files locally on android platform.(I have already done that). However, I haven't done it on IOS.
So please investigate, if features I gave the link above, available for safari (IOS).
Synching only diff should be implemented on the server side and should be responsibility of your API.