WebView2Feedback icon indicating copy to clipboard operation
WebView2Feedback copied to clipboard

[Problem/Bug]: Navigating to certain URI schemes (e.g. mailto:, calculator:, res:) causes the webview2 process to crash at specific conditions

Open jls28 opened this issue 5 months ago • 1 comments

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

jls28 avatar Jul 26 '25 15:07 jls28

Hi, @jls28!

It seems that your issue contains the word "crash". If you have not already, could you attach a crash dump as a comment?

WV2 crash dumps are located in a subfolder of the app's user data folder (UDF): <UDF>\EBWebView\Crashpad\reports\. By default, the user data folder is created in the app's folder with a name like <App Exe Name>.exe.WebView2. Refer to Crash Diagnostics for more information.

Thank you for your cooperation!

github-actions[bot] avatar Jul 26 '25 15:07 github-actions[bot]