cookies
cookies copied to clipboard
[ASK] Is there a way to syncronize cookies between webview and native?
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?
I used this method https://dev.to/safaiyeh/react-native-authentication-with-webview-1nh