Page 1 of 1
local storage that is not html5
Posted: Sun Feb 10, 2013 5:41 pm
by Tommy B
Are there any features that provide local storage that is not HTML? I need the user to store data locally on their phone w/o accessing the internet or being suspect to deleting local HTML storage in the browser.
local storage that is not html5
Posted: Sun Feb 10, 2013 7:13 pm
by maxkatz
You could look at IndexedDB for storage.
local storage that is not html5
Posted: Sun Feb 10, 2013 9:41 pm
by Tommy B
What about something that is similar to the use of TinyDb within appinventor?
local storage that is not html5
Posted: Sun Feb 10, 2013 10:54 pm
by maxkatz
Sure, although it doesn't look to be in-browser storage.