|
|
|
|
|
by no_gravity
2164 days ago
|
|
The main problem I see in PWAs these days is that they cannot permanently store data on the device. As soon as the user deletes their "browser data", all the data of the PWAs on the device is lost too. If PWAs would get their own permanent storage like other apps, it would be a huge step forward. |
|
One of the issues is that storage in a PWA is done via localStorage or IndexedDB... both of which aren't really available outside of the browser.
Also, part of the benefit of a PWA is being able to be in mobile devices and 'storage' there is different than on the desktop.