cookies icon indicating copy to clipboard operation
cookies copied to clipboard

[ASK] Is there a way to syncronize cookies between webview and native?

Open hkar19 opened this issue 2 years ago • 1 comments

I am accessing web using react-native-webview, and i need to sync cookies inside that webview with my native view. Native to webview is no problem, i can set cookie inside my native webview if there is change. but how about webview to native? is there any listener i can setup or any workaround?

hkar19 avatar Sep 30 '22 10:09 hkar19

I used this method https://dev.to/safaiyeh/react-native-authentication-with-webview-1nh

dylandislers avatar Feb 28 '23 20:02 dylandislers