flutter-webview-windows icon indicating copy to clipboard operation
flutter-webview-windows copied to clipboard

Add support for CookieManager

Open TekExplorer opened this issue 7 months ago • 0 comments

Hello, it looks like this package does most of what i want, except i cant get the cookies i need off of the webview.

As we cannot acquire httponly cookies from javascript, it is crucial that the plugin provide this support.

It appears that webview2 does support a cookie manager so you just need to provide support for it.

TekExplorer avatar Jul 23 '25 22:07 TekExplorer