mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
[windows] Replace desktop_webview_window with flutter_inappwebview
This commit is contained in:
@@ -118,7 +118,7 @@ void passCloudflare(CloudflareException e, void Function() onFinished) async {
|
||||
|
||||
// windows version of package `flutter_inappwebview` cannot get some cookies
|
||||
// Using DesktopWebview instead
|
||||
if (App.isLinux || App.isWindows) {
|
||||
if (App.isLinux) {
|
||||
var webview = DesktopWebview(
|
||||
initialUrl: url,
|
||||
onTitleChange: (title, controller) async {
|
||||
|
Reference in New Issue
Block a user