1
vote
5answers
727 views

How to store 40.000 images using HTML5 or Phonegap?

I have searched a long time for a way to store a large number of images in HTML5, or access them stored locally and display them. The application is a product ordering and catalog, like an e-commerce ...
1
vote
1answer
126 views

GWT / GAE offline app for android - Advanced

Hi guys here are a lot of posts about gwt offline possibilities. But none of them answer my questions completely. Here just a few excerpts: How to include external Javascript in GWT offline ...
0
votes
1answer
341 views

Issue with using LocalStorage in PhoneGap for Android

To resolve : Application error - A network error occurred. (file:///android_asset/www/messagedetails.html?Id=29) in Android 4.0,I am using LocalStorage. This approach gave me the solution for the ...
0
votes
2answers
116 views

AppCache for 24 hours?

Recently I started using the <html manifest="cache.appcache"> method for storing assets in my PhoneGap application. Is it possible to use appcache but have it check every 24 hours for an ...