I have an Android web app using a manifest file caching remote resources (html, images, css, js) that work fine for moments but I can't find a way to make it work all the time... A lot of things seems to make the app load fail randomly (not always):
- Restarting device
- Stopping WIFI
- Starting WIFI
- Remote server down
- Just waiting some time
Any idea how to make an appCache app running in any situation? Is appCache a mature and stable feature?
Thanks a lot
Etienne