-
Notifications
You must be signed in to change notification settings - Fork 108
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
Calling clear() make the application crash on ios #59
Comments
|
I'm not getting a crash, but I'm catching this JS error when I call
It's not clear to me how what this plugin is doing today doesn't match the format it's suggesting, though. Edit: apologies if these are unrelated, I can open a separate ticket as well, but I only see this error message when calling |
Thank you for the log information, I will take a look at it. |
@doxavore can you post a snipset of your code where the error is thrown? NativeStorage.clear(function(result) {
console.log(result);
},
function(e) {
fail("Error when clearing native storage");
}); |
@doxavore Can you please post the exact usage of |
I am also getting |
@alokrajiv Yes. I created that issue. |
Also I have same crash reports:
Please note that I am using NativeStorage.setItem 3 times in parallel. |
Hello,
My app crash when I call clear().
Iphone SE simulator, ios 10.2, cordova 6.4.0
My JS code:
The stack:
Thanks for your help
The text was updated successfully, but these errors were encountered: