1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Added support for Chromium-based WebView2 browser in WebBrowserComponent and removed WinRT webview

This commit is contained in:
ed 2020-06-12 14:21:01 +01:00
parent 5467c57e23
commit 87fcf2f353
7 changed files with 308 additions and 378 deletions

View file

@ -26,9 +26,10 @@ namespace juce
A component that displays an embedded web browser.
The browser itself will be platform-dependent. On Mac and iOS it will be
WebKit, if you have enabled JUCE_USE_WINRT_WEBVIEW on Windows 10 it will be
EdgeHTML otherwise IE, on Android it will be Chrome, and on Linux it will be
WebKit.
WebKit, on Android it will be Chrome, and on Linux it will be WebKit. On
Windows, if the JUCE_USE_WIN_WEBVIEW2 flag is enabled, it will either be
Microsoft Edge (Chromium) or IE depending on availability of the Edge
runtime.
@tags{GUI}
*/