darbid

Results 37 comments of darbid

I too would like to see the scroll bars removed. My use case is that I would like my WPF window not to be inflicted with an ugly 1980's styled...

Can you add an image of what you are talking about? Unfortunately your text is indicating something that is impossible for the webview2 as it is not a true wpf...

@LiorBanai can you please elaborate how you made it transparent?

@LiorBanai If I were you I would override the Webview2 WndProc and list for mouse clicks and then pass them back into WPF.

I would like to be able to do this. If a response is of type pdf but does not have a Content-Disposition header which tells the browser to download it,...

@champnic I have now got this problem where neither StateChange nor EstimatedEndTime happens. Unfortunately I am using an intRAnet page so I cannot give you an example, I will post...

Another thing I am noticing is that the Download Operation properties TotalBytesToReceive and BytesReceived can have the same value (both can be zero) when reading them in the DownloadStarting event...

@champnic I have now made a test app. [TestApp Link](https://github.com/darbid/WebView2DownloadStartingTest) Unfortunately I cannot get the test website to do exactly the same as reported here. Where the download takes place...

@HarriVa Based on my test can you try this in your code. Add in a `await Task.Delay(500);` before you add a url to Source. ``` await webView.EnsureCoreWebView2Async(); webView.CoreWebView2.DownloadStarting += CoreWebView2_DownloadStarting;...

@champnic 21 days ago I supplied an example of the error I see, is my code ok to illustrate the issue?