We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61731c commit 8fa4785Copy full SHA for 8fa4785
src/Core/src/Primitives/WebViewInitializedEventArgs.cs
@@ -4,7 +4,7 @@
4
#elif ANDROID
5
using PlatformWebView = Microsoft.Maui.Platform.MauiHybridWebView;
6
#elif WINDOWS
7
-using PlatformWebView = Microsoft.Web.WebView2;
+using PlatformWebView = Microsoft.Web.WebView2.Core.CoreWebView2;
8
#else
9
using PlatformWebView = System.Object;
10
#endif
0 commit comments