cordova - Temporarily Storing Images in Phonegap App -


i want store images , text info same images in phonegap app temporarily. receive images in json format php web server, images base64 encoded.

i have seen things using sqlite plugin doesn't support blobs can't store image in database. have seen imgcache.js documentation doesn't seem work me. tried use localstorage , set ajax data key image sizes passed allowed 5mb storage limit.

i'm making app similar instagram , want give app offline capabilities.what want when when user clicks on button go lets his/her user profile page "user.html" see images right there when offline instead of blank page waiting ajax data come web server. can please show me how phonegap. thanks!

some sample code helpful


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -