MixinNetwork / flutter-plugins

🧱 Flutter plugins used in Mixin Messenger.
MIT License
442 stars 190 forks source link

WebView not work on WIndows 10 #116

Open razgovorov87 opened 2 years ago

razgovorov87 commented 2 years ago

After starting the webview, a separate window appears and the application crashes, there are no errors in the console

Future<void> _startBrowser({String? initialUrl}) async {
    webView = await WebviewWindow.create(
      configuration: const CreateConfiguration(
        windowHeight: 1280,
        windowWidth: 720,
        title: 'Venom Browser',
      ),
    );
  }

image_2022-07-08_10-48-34-2

venky9885 commented 2 years ago

Try debug and check the errors and try running flutter verbose

bb-coder commented 1 year ago

I also encountered this problem in win10