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)"