thirdPartyCookiesEnabled property
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
.
NOTE: available on Android 21+.
Implementation
bool thirdPartyCookiesEnabled;