wxWebViewEdge: Improve wxEVT_WEBVIEW_LOADED
Previously the edge event ContentLoading was used which was triggered earlier than DOMContentLoaded. This event wasn't available in earlier SDK versions. Minimum required SDK version is now: 1.0.705.50 (Released 2021-01-25) Fixes #19202 See https://github.com/wxWidgets/wxWidgets/pull/2468
This commit is contained in:
committed by
Vadim Zeitlin
parent
6f372ad18a
commit
a756ed93c2
@@ -348,7 +348,7 @@ public:
|
||||
- With CMake just enable @c wxUSE_WEBVIEW_EDGE
|
||||
- When not using CMake:
|
||||
- Download the <a href="https://aka.ms/webviewnuget">WebView2 SDK</a>
|
||||
nuget package (Version 1.0.622.22 or newer)
|
||||
nuget package (Version 1.0.705.50 or newer)
|
||||
- Extract the package (it's a zip archive) to @c wxWidgets/3rdparty/webview2
|
||||
(you should have @c 3rdparty/webview2/build/native/include/WebView2.h
|
||||
file after unpacking it)
|
||||
|
Reference in New Issue
Block a user