Skip to content

psirenny/cordova-plugin-wkwebview-sync-cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-wkwebview-sync-cookies

This works around an issue in WKWebView where cookies are not readable or settable in AJAX requests on the first app install. Executing the plugin at the specified URL will allow the server to set cookies on the client.

Usage

document.addEventListener('deviceready', () => {
  const args = ['GET', 'https://my.site.com'];
  cordova.exec(null, null, 'WKWebViewSyncCookies', 'sync', args);
});

About

Cordova plugin to sync cookies in a WKWebView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published