kodjodevf / mangayomi

Free and open source application that allows users to read manga and stream anime from a variety of sources including BitTorrent available on Android, iOS, macOS, Linux and Windows
Apache License 2.0
1.7k stars 92 forks source link

Use Flutter InAppWebView Plugin for windows #294

Closed yxxyun closed 1 week ago

yxxyun commented 1 week ago

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