Locastorage after refresh

hey guys just want to know if I store something in local storage then after refresh the localstorage will keep that data or remove if remove then is there any other way rather than sqlite

Localstorage won’t get lost on refresh, only if the device storage runs full/memory runs empty. If I were you I would make use of Ionics build in Storage provider, which is excellent in making your localstorage persistent.

1 Like

ok thanks so mean ionic/storage