7807247905
Summary: …cookies on Android Lollipop or later versions. Third party cookies in WebView are [disabled by default](https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptFileSchemeCookies(boolean)) on Android Lollipop or later versions. This prevented users from logging in by using _Login by Facebook_ method (in redirect mode) in Android Webview. This PR exposes a prop `thirdPartyCookiesEnabled` which will enable third party cookies in Android Webview. This setting is ignored on versions below Android Lollipop and on iOS as third party cookies are enabled in them by default. Appropriate documentation was added in code and they were reflected in the website. Closes https://github.com/facebook/react-native/pull/14013 Differential Revision: D5145059 Pulled By: shergin fbshipit-source-id: 67bcb3a497a9c6f6db1d12e8d16197d2facd157e |
||
---|---|---|
.. | ||
WebView.android.js | ||
WebView.ios.js |