Includes modified files to add Edge Webview2 support to the pywebview python package. https://github.com/r0x0r/pywebview
gui='chromium'
A Webview2 Runtime needs to be installed. Installing one of the the following will provide the runtime.
- The WebView2 Runtime. https://developer.microsoft.com/en-us/microsoft-edge/webview2/
- Any Insider (non-stable) Microsoft Edge (Chromium) browser channel such as Beta, Dev or Canary.
The following DLL files need to be in the webview/lib folder.
- Microsoft.Web.WebView2.Core.dll
- Microsoft.Web.WebView2.WinForms.dll
- WebView2Loader.dll (x86 or x64)
The SDK DLL files are available from here: https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.674-prerelease
Package manager download
# package manager
Install-Package Microsoft.Web.WebView2 -Version 1.0.674-prerelease
# .net cli
dotnet add package Microsoft.Web.WebView2 --version 1.0.674-prerelease
Browser download https://www.nuget.org/api/v2/package/Microsoft.Web.WebView2/1.0.674-prerelease save as .zip file.
The .Net DLLs are only included in the NuGet prelease versions.
Webview2 SDK Release Notes https://docs.microsoft.com/en-us/microsoft-edge/webview2/releasenotes