-
Notifications
You must be signed in to change notification settings - Fork 5
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
iOS - quota exceeded callback not fired #5
Comments
which device/browser are we talking about? is it all of them or WebSQL only? (or IndexedDB only) |
WebSQL on Safari (on iPhone/iPad/Mac OS X) |
iOS version ? (so I can test properly ... but yeah, something looks broken there in such case) |
iOS 5 |
OK, the Can I ask you to show me an example that fails ? Or can you at least tell me how you update/save/set the record that fails? this is because if you specify a callback at the beginning for the error, this won't be used later on but only during initialization. If this is the case, pass the same callback until I change code so that by default, every other call will use the initial callback for the error, thanks. |
If user does not allow to increase quota, there is no error callback called on setItem.
The text was updated successfully, but these errors were encountered: