-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#3834Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Use case
We want to support enabling 3p cookies in a webview on android. This is important for the GMA Flutter plugin supporting ads monetization in a webview.
Proposal
In webview_flutter, add a new API WebViewCookieManager.setAcceptThirdPartyCookies(WebViewController, bool).
On Android this should call CookieManager.setAcceptThirdPartyCookies(webView, bool) on the underlying webview.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically