I’m using local storage to store some basic user information, and I just noticed some odd behavior.
Are the local storage shared between apps? I’m using the information provided on this link to setup the local storage.
I’m using local storage to store some basic user information, and I just noticed some odd behavior.
Are the local storage shared between apps? I’m using the information provided on this link to setup the local storage.
Yes, try naming your localStorage variable something unique! Is this on Android?
Yeah, I’ll add some prefix to it. I’m doing the development on ios.