-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem in Safari Mobile with destroy DB #3
Comments
You might have discovered a bug in Safari. It's hard to say, though - this plugin passes the full PouchDB test suite on iOS 8.4, which pretty aggressively uses If you could provide a reproducible test case to run, then that would be helpful. :) |
Hello, I encounter a similar issue but not with FruitDown, with WebSQL
This use Case does probably not exist in your test set. |
@ronyrun Can you reproduce this with pure WebSQL commands? If so, please file an issue on the WebKit bug tracker. |
done |
@ronyrun Can you post a link to the issue you filed on WebKit? Curious to know more. |
It says "You are not authorized to access bug #156501," but that's okay, no worries. |
This issue still needs a reproducible test case. |
Scene:
-iPad air 2 & iPhone 6 Plus
-AngularJS: 1.4.8.
-Safari Mobile: last version
-pouchdb: 5.1.0
User case:
I inserted some objects in the database, and then I executed the destroy function and I am creating the empty database again, but when I search documents in the database I can recover the old data.
Why not is empty?
there is a problem?
Am I doing something wrong?
NOTE: without fruitdown and chrome in PC works fine.
1.Step:
2.Step:
3.Step:
The text was updated successfully, but these errors were encountered: