MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
430 stars 51 forks source link

JsDialogHandler #596

Closed evanhsu179 closed 2 years ago

evanhsu179 commented 3 years ago

Does WebView2 have a JsDialogHandler method similar to CefSharp? Can suppress Dialog?

champnic commented 3 years ago

You can suppress dialogs using the AreDefaultScriptDialogsEnabled setting, and can choose what to do instead using the ScriptDialogOpening event. Do those sound like they will work for you?