Closed yxxyun closed 1 week ago
Flutter InAppWebView Plugin Support windows now. On windows platform need create a WebViewEnvironment with a custom user data folder.
https://inappwebview.dev/docs/webview/in-app-webview
the WebViewEnvironment should also set in the CookieManager.instance CookieManager.instance( webViewEnvironment: webViewEnvironment) .getCookies…
No response
Describe your suggested feature
Flutter InAppWebView Plugin Support windows now. On windows platform need create a WebViewEnvironment with a custom user data folder.
https://inappwebview.dev/docs/webview/in-app-webview
the WebViewEnvironment should also set in the CookieManager.instance CookieManager.instance( webViewEnvironment: webViewEnvironment) .getCookies…
Other details
No response
Acknowledgements