v_kavvadias
Posts: 0
Joined: Mon Mar 10, 2014 8:46 pm

local storage problem

Hi.
I have created an app and i have a onbeforeunload event which saves an array in localStorage.Then i have a load event which loads it.Everything works fine in appery tester but when i test it with a samsung galaxy android phone (with QR CODE scan)the data are not saved.Any ideas why this is happening?The Web Browser is the chrome browser.
Thanks in advance.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

local storage problem

Hello!

1) Check if all events are triggered (add alerts)
2) In desktop browser refresh localStorage and test again. Perhaps data in localStorage was saved before and now it doesn't work in desktop browser because earlier saved data is used.

Return to “Issues”