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 li
localStorage
I found the problem, beforeunload safari mobile does not support this event. Look this docs Events/beforeunload
beforeunload