My error reporting system is detecting issues with JS Web Storage failures specifically on Android devices using Chrome mobile. Interestingly, I have not been able to replicate this error on my own Android device.
The error message that keeps popping up is:
TypeError: Cannot read property 'setItem' of null
this occurs right after I try to execute
localStorage.setItem("storageTest","storageTest")
If anyone has any insights or similar experiences with this issue, please feel free to share. Your input would be greatly appreciated.