Need help with caching user input on an Angular11 + Firebase app? Let's discuss implementing a caching feature for a dynamic form section that can contain varying fields based on the use case.
The goal is to save user input in LocalStorage to ensure data persistence in case of network issues, page reloads, or other errors. Currently, all input data is lost upon page reload, which can be frustrating for users.
Question: Is LocalStorage API reliable for this task across Android/iOS devices? While it works well on desktop browsers, there may be limitations on mobile devices where most users access the app.
Seeking insights, tips, and personal experiences on using LocalStorage on mobile devices as I urgently need a solution before time runs out. Your input would be greatly appreciated!