flutter-webview-windows
flutter-webview-windows copied to clipboard
Add support for CookieManager
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.