ReactJS website, I store using localStorage.setItem("kangaroo", JSON.stringify("banana")); On iPhone it works fine, and I have tested for persistence 1-2 weeks.
But on my Samsung, the localStorage completely disappears after 3-6 days, the timing is random, but I don't know how to prevent it in ReactJS. Is there a way to prevent localStorage from disappearing after a few days on Android?