Add wxWebView Edge (Chromium) implementation

This backend requires WebView2 SDK and enables usage of Edge (Chromium)
on Windows 7 and newer
This commit is contained in:
Markus Pingel
2020-01-09 13:54:42 +01:00
committed by Tobias Taschner
parent 1afeaa324d
commit 6a99e7e273
11 changed files with 943 additions and 3 deletions

View File

@@ -279,6 +279,16 @@ public:
this</a> article for more information. This backend has full support for
custom schemes and virtual file systems.
@par wxWEBVIEW_BACKEND_EDGE (MSW)
The Edge (Chromium) backend uses Microsoft's
<a href="https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2">Edge WebView2</a>.
It is available for Windows 7 and newer.
This backend has currently a few features missing but is still
a better choice than IE when just displaying web content. The unsupported
features are the following: virtual filesystems, custom urls,
text selection, find, source code.
@par wxWEBVIEW_WEBKIT (GTK)
Under GTK the WebKit backend uses