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

Results 4 react-native-cookiemanager issues
Sort by recently updated
recently updated
newest added

On device MT8382[83] | 1.3 GHz quad-core ARM Cortex-A7[84] | 256 KB L2 | Mali-400 MP2 @ 500 MHz[58]   | Multi-mode Rel. 8 HSPA+/TD-SCDMA, Wi-Fi, Bluetooth, GPS | 1H 2014...

Hi, I have used the code as you explained. Please check the issue that i am getting. Here is my code, `var options = { name: 'username', value: 'abcdefg', domain:...

在rn里头设置了然后请求我们的https的接口是正常的。但是在打开webview的时候,rn里已经成功设置的cookie并没有被带入webview中。导致一些问题。看网上说是10.2系统的一些问题。 ![image](https://cloud.githubusercontent.com/assets/4686764/21704199/9db1b254-d3f2-11e6-9d47-a154e6e0eaeb.png) 希望作者有时间的话帮忙看下~谢谢

help wanted

Looks like the Android function names and behaviour have been modified but the iOS ones havent! iOS -> Android set(options,callback) -> setCookie(options) getAll(callback) -> getCookie() clearAll(callback) -> removeAllCookies()