thanhbao1996
thanhbao1996
### What happened? When I open a pdf file on webview 2, I want to block users from using Ctrl + P to print. The OnKeyDown event doesn't recognize the...
### 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...
### 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? 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,...