Skip to content Skip to sidebar Skip to footer

Localstorage Works On Desktop But Not Mobile (ios Version 12.2)

I have created a simple Todos app using React, and have implemented localStorage in order to persist data between page refreshes. The implementation is something like this: loadSta

Solution 1:

I found the problem, beforeunload safari mobile does not support this event. Look this docs Events/beforeunload


Post a Comment for "Localstorage Works On Desktop But Not Mobile (ios Version 12.2)"