react-native-cookies icon indicating copy to clipboard operation
react-native-cookies copied to clipboard

CookieManager.get() returns empty object iOS

Open TheEssenceSeeker opened this issue 5 years ago • 2 comments

Hello!

I have a app with webview and another page where I need to get cookies. I use CookieManager.get() to get them. It works fine on Android but returns empty object on iOS. Is there any ideas why it works incorrectly?

Thanks!

TheEssenceSeeker avatar Dec 09 '19 09:12 TheEssenceSeeker

Can you provide your code where there is CookieManager.get(....)?

JimTeva avatar Dec 10 '19 02:12 JimTeva

I have forked the repo here: https://github.com/safaiyeh/react-native-cookie-store We can create issues and PRs there to continue the development of the project.

safaiyeh avatar Jan 02 '20 19:01 safaiyeh