Top "Local-storage" questions

LocalStorage is a way to store persistent data using JavaScript (see also: SessionStorage).

How do I save data on LocalStorage in Ruby on Rails 3.2.8?

I'm trying to save a variable called persistent_data. I usually use session[:persistent_data] or cookies[:persistent_data], but …

ruby-on-rails ruby html local-storage session-variables
Is there a limit to the key length for localStorage?

Is there any limit (up to the amount of local storage available) for the key when using localStorage? i.e. …

html local-storage
Best database option for PhoneGap applications?

I am looking for an evolved, stable and proven database solution for PhoneGap applications, which is not limited in size. …

cordova local-storage phonegap-plugins web-sql
How do you Save a Selected Option in a Selection List

For my web app I have a selection list coded as below; <select name = 'job' id = 'job'> <…

javascript function local-storage selectlist
How to store an auth token in an Angular app

I have an Angular application (SPA) that communicates with a REST API server and I'm interested in finding out the …

angularjs cookies local-storage access-token session-storage
Local Storage, Session storage, Web storage, web database and cookies in HTML5

What is the difference between these concepts, and when should I use one in particular? Does this listing also contain …

html cookies local-storage web-sql session-storage
Is it possible to use HTML5 local storage to share data between pages from different sites?

I would like to create data on the user side and let javascript from another URL access it too. I …

javascript html local-storage same-origin-policy
What are some "mainstream" lightweight alternatives to storing files in .csv format?

I'm on a project which heavily favors the use of .csv files for data storage. I see many issues with …

csv storage local-storage data-storage
Offline webapp. How to store data?

Introduction: I want to develop a webapp to manage sports competitions. It must be able to run completely offline, store …

javascript local-storage offlineapps
localStorage html5 feature not working in WebView on Samsung Android device

I have a html5 application that I wrap with a WebView. To store and retrieve user input values between pages, …

android html webview local-storage samsung-mobile