Unanswered: Is local storage will persistence data
Unanswered: Is local storage will persistence data
Hi ,
i have a question on Ext.data.Store.
1. while using Ext.data.Store for local storage how log the data will be available , if clearing cache or cookies the data are retains or it will go off ?
2. is it possible to create a physical data storage file, some thing like .sqlite files
any one please answer my above question
Thanks in advance
You can't create files on the device, only use what the browser will let you use. I'm assuming you are wanting to keep data on the device regardless of what the user does like clearing things?
Local storage is cleared when users clear browser data on their phone. Nothing you can do about it. The only thing you could do is package up w/ a packager, then you could create files. but that requires distribution via app store channels for certain vendors like apple.