cordova-plugin-wkwebview-inject-cookie icon indicating copy to clipboard operation
cordova-plugin-wkwebview-inject-cookie copied to clipboard

Injects a cookie in order to start the sync processs with wkWebView

Results 6 cordova-plugin-wkwebview-inject-cookie issues
Sort by recently updated
recently updated
newest added

Hello, I'm using this amazing plugin for sync cookies between main app and iframes inside the app. With 2 code lines I make everything work.... since now. With ios 14...

Re: https://github.com/apache/cordova-plugin-inappbrowser/issues/509#issuecomment-513484460 The linked issue from InAppBrowser explains: "In iOS cookies are not persistent once app is exited and restarted. This creates problem with hosted web app saving cookies or...

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...

Please add license information to make it easier to use this great plugin

This plugin was very useful, however it has recently stopped working after updating ionic and ios dependencies on the ios emulator. When debugging using safari: - no cookies are visible...

I am using the latest Ionic4, with angular7, there I am using normal httpClient with Obervables as responses. I added your plugin and setup the inject cookie, but still getting...