WKCookieWebView icon indicating copy to clipboard operation
WKCookieWebView copied to clipboard

WKWebView with cookie sharing support

Results 7 WKCookieWebView issues
Sort by recently updated
recently updated
newest added

- Cache all retrieved cookies. - Fixes #17 where clients using iOS 10 or lower have missing cookie values.

Hi, First of all, thank you for making this library. I'm currently migrating a project to WKWebView and this solved my issue of retaining the login session when opening another...

I have encountered that when the security attribute of the cookie is true, the cookie will be lost after I reopen the app. I would be very grateful if I...

When onUpdateCookieStorage event happened i will call: HTTPCookieStorage.shared.cookies?.forEach { cookie in ... } But cookie has old values. Only when i call: DispatchQueue.main.asyncAfter(deadline: .now() + 2) { HTTPCookieStorage.shared.cookies?.forEach { cookie...

Nice work! Any suggestions on how to preload when creating a Web view dynamically, e.g. in response to `window.open()`? I'm loading third-party content, so I don't know if/when the content...

I sent request to 1stURL, 1stURL will redirect to 2ndURL with "Set Cookie" in response header, but the cookie is not set. With httpCookieStore for WKWebsiteDataStore in iOS 11 can...

This PR fixes the issue which can be reproduced by the following steps: --- Product -> Scheme -> Edit Scheme -> Diagnostics -> Runtime API Checking Then Check MainThreadChecker check...