-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Investigate using persistent storage so we can increase the available storage #2615
Comments
We could follow this approach: https://github.com/nolanlawson/cordova-plugin-sqlite-2 Essentially what this is doing is communicating back to the android app to access the sqllite db in android which doesn't have the storage limit. This is slower and buggier than IndexedDB but the only way I can find to get around the storage limit. |
Can you use it as Pouch backend? Aw crap persistent storage is just for Files API, not indexedDB :( |
Yes you can use it as a Pouch backend so it would actually work. It's not recommended for the above reasons. |
Replaced by #2623 |
https://developer.chrome.com/apps/offline_storage#persistent
The text was updated successfully, but these errors were encountered: