react-native-wkwebview
react-native-wkwebview copied to clipboard
Set Cookies from response header
Please apply this changes. thanks!
This seems pretty useful!
@UbermenschJO after trying this PR, it totally breaks cookie handling. as in, cookies set no longer are usable within the webview itself. So you log in once, and then next time you use the app, you end up logged out. Any ideas why?
@UbermenschJO nevermind, not your codes problem. when setting sendCookies option to true, things break. even on master branch. Shared Cookie handling with this component is pretty busted.
@jacquescrocker Did you somehow worked around this issue? I'm currently experiencing cookies not set in the master branch...