MixinNetwork / MixinNetwork/flutter-plugins
WebView not work on WIndows 10
Open
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',
),
);
}

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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