flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

WebView not work on WIndows 10

Open razgovorov87 opened this issue 3 years ago • 2 comments

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

razgovorov87 avatar Jul 08 '22 03:07 razgovorov87

Try debug and check the errors and try running flutter verbose

venky9885 avatar Jul 10 '22 06:07 venky9885

I also encountered this problem in win10

bb-coder avatar Nov 24 '22 12:11 bb-coder