cordova-plugin-wkwebview-inject-cookie
cordova-plugin-wkwebview-inject-cookie copied to clipboard
Cookie is not set unless the app is restarted
I used the following code:
wkWebView.injectCookie('example.com');
When the app is installed and launch the first time, the cookie is not set. The problem is gone when I close and restart the app.
Looks like someone else has the same problem: https://bugs.webkit.org/show_bug.cgi?id=213120