android - How to increase size of local Storage for sencha app -
i working on android app, developed using sencha touch 2.4
while storing data locally when device off-line.
i need store images , json data in local store, how can increase size of local store? if these other way store data please suggest.
there no way increase size of localstorage. it's limited browsers , has 5 mb limit. however, can try websql databases. can start here: how can request increase html5 localstorage size on ipad, ft web app does?
another options use appcache api: http://www.html5rocks.com/en/tutorials/appcache/beginner/
also, there tools sencha: http://www.sencha.com/blog/offline-techniques-sencha-touch/
Comments
Post a Comment