useWebKit option on setFromResponse/getFromResponse
See original GitHub issueFeature request
I’m using this library with the hopes of sharing cookies with a WKWebView, and while setFromResponse
provides a clean way for me to set cookies from an API response, it doesn’t provide the same useWebKit
argument that the other getters and setters have, nor does getFromResponse
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (3 by maintainers)
Top Results From Across the Web
[0.57][iOS] Setting prop useWebKit={true} on WebView breaks ...
[0.57][iOS] Setting prop useWebKit={true} on WebView breaks onMessage # ... Just toggle the value of the useWebKit prop to see the effect.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there any update on when this will be released?
Thanks for the issue @davidsharp. This is true, this should not be too difficult to do. Just need to parse the cookie strong and make a valid cookie object to set in WKWebView