cordova-plugin-wkwebview-cookie-sync

1.1.4 • Public • Published

cordova-plugin-wkwebview-cookie-sync

While this plugin has not been tested properly so far it should provide an alternative way to sync cookies in a wkWebView implemantation.

This is necessary as cookies may not get synced properly on the very first start of the app.

Usage

document.addEventListener('deviceready', () => {
  wkwebview.injectCookie('mydomain.com/mypath');
});

Package Sidebar

Install

npm i cordova-plugin-wkwebview-cookie-sync

Weekly Downloads

8

Version

1.1.4

License

Unlicense

Unpacked Size

6.44 kB

Total Files

6

Last publish

Collaborators

  • cwbudde