Closed nonameShijian closed 12 months ago
There's an issue with storage quota calculation. The app gets assigned a storage quota of 0 and thus all database transactions are rejected (over quota).
Add --unlimited-storage
to your xwalk-command-line
parameters and it should start working.
There's an issue with storage quota calculation. The app gets assigned a storage quota of 0 and thus all database transactions are rejected (over quota).
Add
--unlimited-storage
to yourxwalk-command-line
parameters and it should start working. Thank you very much. The problem has been resolved.
I use cordova-plugin-crosswalk-webview-v3 and this project‘s aar to change webview, but when I use the JavaScript API 'indexDB' interface 'store. openCursor()', the interface always get null.
This is my JavaScript code:
Variable 'obj' is always an empty object, but when I use the 'put' operation of 'indexDB', the returned field 'type' is always' success'.
This is my JavaScript code:
So, when I discovered this issue, I first used the "put" code to confirm that the returned field "type" was "success", and then used "store. openCursor". However, I still only got null