Are there any storage limits imposed on indexeddb for Android Cordova/Phonegap app, like localStorage does (5MB). If yes, then how can i explicitly ask the user to grant more disk space for the db? I tried finding some plugins but failed. I want to store JSON objects and file blobs.
Here I read, that 300MB has been tested safely: https://stackoverflow.com/a/20675480/3134961