thirdPartyCookiesEnabled property
getter/setter pair
Boolean value to enable third party cookies in the WebView.
Used on Android Lollipop and above only as third party cookies are enabled by default on Android Kitkat and below and on iOS.
The default value is true.
Officially Supported Platforms/Implementations:
- Android WebView 21+ (Official API - CookieManager.setAcceptThirdPartyCookies)
Implementation
bool? thirdPartyCookiesEnabled;