Maintain state when user reboots?
-
Hi, how is it possible to maintain the state of my app when the user reboots? I.e values of variables/strings etc do not revert to original values?
Thanks in advance.
-
Anyone?
-
@lammie71, save the variables to localStorage (not recommended as it’s depricated in WKWebView) or better use the cordova-plugin-file.