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.
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.
You could look at IndexedDB for storage.
What about something that is similar to the use of TinyDb within appinventor?
Sure, although it doesn't look to be in-browser storage.