Hi experts,
I'm trying to develop a wearable app using the localStorage to store my settings.
I'm using tizen studio to launch my app in debug mode in the emulator.
I noticed when I first launch an app, I can store and read in the localstorage using localStorage.setItem and localStorage.getItem(); I can also see it in the developer console.
However once I launch the app from Tizen studio again (in debug mode), when I do a read (i.e. getItem), it reads nothing. I can also see in the developer console the local storage is empty.
I'm testing in wearable 4.0 circle x86 emulator.
I suspect every time I launch the app from Tizen studio the app.
This is really frustrating as the spec says localStorage will remain pass a session.
Please help.