I have an app with several screens. The latter screens save variables to the local storage. When the last screen loops back to the first screen it load the variables fine.
If there are no variables saved which will only happen on the 1st run, then I would like to store default values. Right now, I depend on loading the variables from local storage and if there are none, then my screen won’t display properly until the user navigates once around through all the screens.
It seems necessary, that I have to download the app first before I can test these functions and I am also wondering if the new installation uses the previous install’s local storage or are they completely deleted when I uninstall the previous attempt and download again?