I'm currently developing a single page web application. I'll post it on the AppStore and Play Store with PhoneGap. To run my app offline, I use the HTML5 Cache Manifest : its final size is around 10MB.
When I test my app on google chrome, everything loads normally. :)
After that, I created an APK with PhoneGap to test the application on my Nexus 4.
Unfortunately I realized that the cache size is limited to 5MB.
I reduced the weight of the cache to 5MB, the cache loads correctly ! :)
I update the cache, I run the application and I get an error...
After some tests, if the cache size is less than 2.5MB loading and updating the cache works.
I'd like to know if it's possible to increase the size limit of Cache Manifest with PhoneGap?
Thanks in advance,
Matthieu