Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

React-Native: Is there any way to get cookies from WebView for iOS lower than 11

$
0
0

When trying to use webkit flag true like CookieManager.getAll(true) the following reject is trown Error: WebKit/WebKit-Components are only available with iOS11 and higher!

Is there any way to get the WebView cookies using CookieManager in iOS lower than 11?I would mention that all the cookies are httpOnly for security reasons so the postMessage solutions are not effective.

package.json

....

"react-native": "0.61.5","@react-native-community/cookies": "^2.0.3","react-native-webview": "^7.4.2",

Thanks in advance.


Viewing all articles
Browse latest Browse all 16750

Trending Articles