MixinNetwork / MixinNetwork/flutter-plugins

WebView not work on WIndows 10

Open
#116 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

desktop_webview_window
Dominant language
C
Stars
512
Forks
292
Avg merge
15h 8m
Merged PRs (30d)
7

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the crash on Windows 10 from the _startBrowser entry point and inspect the WebviewWindow.create configuration shown in the report. Trace why the separate window causes the application to exit despite no console error; done means the webview opens without crashing.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.