WebView2Feedback
WebView2Feedback copied to clipboard
Feedback and discussions about Microsoft Edge WebView2
### What happened? # Description I am current have a blazor project. I was invoking `window.showSaveFilePicker` from interops. However I have to wait a stream fully processed then show this...
### Describe the feature/enhancement you need Chromium now has support for generating an optional document outline as part of the PDF generation process. This works in Edge and Chromium/Chrome via...
### What happened? CoreWebView2.Settings.HiddenPdfToolbarItems = CoreWebView2PdfToolbarItems.Print | CoreWebView2PdfToolbarItems.Save | CoreWebView2PdfToolbarItems.SaveAs | CoreWebView2PdfToolbarItems.FullScreen | CoreWebView2PdfToolbarItems.MoreSettings | CoreWebView2PdfToolbarItems.Rotate; // On winform, when applying the above setting, if you minimize the form, the...
**Description** event handler for DownloadStarting sets e.Handled = True and adds event handlers for downloadOperation.StateChanged, downloadOperation.BytesReceivedChanged, and downloadOperation.EstimatedEndTimeChanged downloadOperation.StateChanged is not occurring **Version** Microsoft.Web.WebView2.WinForms & Core 1.0.1108.44 Winforms using .NET...
### Describe the feature/enhancement you need I need browser allow permission connect serial port. please add SerialAllowAllPortsForUrls policy. ### The scenario/use case where you would use this feature our user...
### What happened? When I add webview2 to Winform, then open a pdf file path, the form's background turns black after showing the pdf reader. This phenomenon only appears the...
### What happened? Version 1.0.2592.51 breaks my code, I am stuck at 1.0.2535.41. My program is an email client that loads quill.js in order to allow the user to edit...
### What happened? Winform .NET 4.7 Webview2 version 1.0.259251 For PDF file When attaching the ContextMenuRequest event without doing anything, some items disappear (Back, Forward, Refresh). When removing one item,...
### Describe the feature/enhancement you need I need to persist WebView2 states when the application is restarted. ### The scenario/use case where you would use this feature For instance a...
### What happened? I have installed Microsoft.Web.WebView2 1.0.2592.51 into my existing project in VS Community 2017 (version 15.9.60), and it shows as installed and appears in the list of project...