Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSQL on iOS fails with a quota error #7

Open
zspitzer opened this issue Apr 20, 2016 · 2 comments
Open

WebSQL on iOS fails with a quota error #7

zspitzer opened this issue Apr 20, 2016 · 2 comments

Comments

@zspitzer
Copy link

zspitzer commented Apr 20, 2016

if you try to do a few 5MB items on iOS 9.3.1, you get a increase database prompt, followed by an alert with a quota error

{
code: 4 error
message: "there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space"
}

@zspitzer
Copy link
Author

seems you currently can't increase the database size beyond the initial size specified in the openDatabase call. I have reported this to apple radar://25819252

@zspitzer
Copy link
Author

I have also filed this in the public webkit bug tracker
https://bugs.webkit.org/show_bug.cgi?id=163578

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant