All Questions
Tagged with local-storageangularjs
3 questions
9votes
1answer
5kviews
Is there a reason not to use HTML5 local storage for content
On many static websites the total size of the actual text content of the most popular 20 pages would come in at under 100kb. I would imagine that it would be possible to leverage HTML5 local storage ...
2votes
1answer
1kviews
Preserving data in js with multipage application
One benefit of single page applications like Angular.js, is that you can store data in a global variable and access in multiple routes. With multiple page applications, the data is lost during ...
3votes
1answer
1kviews
Cross browser client side storage
I am developing an angularjs app. The app has to run in current FF, IE, Chrome and on iOS/Android via Phonegap. I am looking for a solution to store data in the client. Phonegap offers a web sql api,...