-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cookies not being removed #2
Comments
Hello @menelike , Thank you for testing and opening this one. Got a few questions:
|
Hi @dr-dimitru, it's been a while, nice to see/hear you 😀
I am still not sure if this could be just a configuration issue, but since Meteor itself does not use cookies there won't be any support for this on the Meteor side. Those two links explain the issue very well: apache/cordova-ios#922
Actually
I need to fix the tests for Android, but nothing has changed there yet. We can expect Android add something similar to If you need help to setup/run this project on iOS feel free to ask, I'm glad to help out. |
This issue has been solved in GEDYSIntraWare/cordova-plugin-webview-proxy#15 |
With the new Proxy on iOS we can workaround ITP, but removing cookies does not work at all (no timing/await/async issue).
Also, the callbacks don't work (cookies are being cleared asynchronously), see
cookieTest/client/main.js
Lines 142 to 144 in f9750c6
and
https://github.com/GEDYSIntraWare/cordova-plugin-webview-proxy/blob/0e5bfc9274759e0a2af9c89072a59a7230c9dc15/src/ios/WebviewProxy.m#L107
Unfortunately, the completionHandler is not being used, so this resolves the issue with the callback not being called, but the async issue needs to be tackled as well.
The text was updated successfully, but these errors were encountered: