The shopping list in home assistant is currently not very helpful for me and my family because when we go to the shop the mobile signal is terrible and the list either doesn’t load or we can’t tick things off.
Is there a way to get the shopping lists to work offline?
As a web developer I know it’s possible to have the app sync down the shopping lists while online and to use that synced data while offline. It’s also possible to have the app function offline and re sync changes once back online. This was the main reason for Progressive Web Apps (PWAs).
So if it’s possible for web apps it must be possible to do in native apps too right?