WebView2Browser
WebView2Browser copied to clipboard
A web browser built with the Microsoft Edge WebView2 control.
I had cloned github repo and just built. Errors related to nuget packages were fixed by providing online package source. But I am still getting the errors below: `1>C:\Program Files\Microsoft...
I have a web application integrated into a WPF application using WebView2. My web application consists of two pages: the first page is the landing or default page located at...
In the sample application when the page opens any link opens in a new window instead of a new tab. And the new window has a readonly address bar. ...
I use webview2 control in wpf application, but occur the ‘STATUS_INVALID_IMAGE_HASH’ problem in some computer. Can you tell me how to solve this problem? env: windows10 x64 + .NET6
Do not merge this PR until this added link works: https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2browser This PR adds a link in the Readme pointing to the planned regular Docs article which is being added...
I've built the latest version of WebView2Browser from commit _f527ec3_ as x64 binary: [**WebView2Browser.zip**](https://github.com/MicrosoftEdge/WebView2Browser/files/9141986/WebView2Browser.zip) Could you please publish it as the [latest release](https://github.com/MicrosoftEdge/WebView2Browser/releases/latest)? Or build it yourself and publish it...
This can be easily fixed in the Configuration Properties\General\Output Directory by adding a "\\" at the end of: ```$(Configuration)_$(Platform)``` (Platform x64) and ```$(Configuration)_x86``` (Platform Win32) both for All Configurations.
I want to use Save / Update Password prompts, but it doesn't take effect even if I put the following process. Is there anything else I need to do? ```...
Hi I would like to see dom document properties (similar to the webbrowser ones) or events (clicks, double clicks etc.) Thanks great effort
When opening to the default GitHub page in Preview 2, downloads appear to do nothing. With the old webview, custom implementations were needed with downloads, PDF viewing, ctrl Find, webpage...