For the past 24hrs I have been trying to figure out why my Quiz app which is finished is messing up my datas stored in array and local storage on my mobile phone but not when previewed on browser.
In my quiz app, the level layout has datas showing percentage of correctly answered questions per level and total questions answered so far.
When previewed on browser, the level 1 data is fine and when I start level 2 and navigate back, the level 1 data is still there.
But when I export as is to my phone, its the opposite. The level 1 data resets when I navigate back from level 2.
So trying to figure out how I can monitor my local storage, array and variable datas on my phone if possible.
Thanks