MicrosoftEdge / MicrosoftEdge/WebView2Feedback
[Problem/Bug]: Navigating to certain URI schemes (e.g. mailto:, calculator:, res:) causes the webview2 process to crash at specific conditions
@dhveerap is already working on this.
Since Oct 17, 2025.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
open any page,
then navigate to mailto:test : work as expected (a dialog prompt appear),
then, without reloading or changing the page, navigate again to mailto:test : this crash the wv2 process.
note : add_LaunchingExternalUriScheme is not used.
the same thing happens with "calculator:", "ms-settings:", "tel:", at first navigation, a prompt dialog appear,
at second navigation, the process crash.
and also "res:" crash the process immediatly at first navigation.
Probably there are others.
wv2 137...93
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.
Assessment
This issue has not been assessed yet.