Replies: 2 comments
-
I also need this. Anyone have a workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you're ultimately going to run into this: Looks like WindowsAppSDK doesn't declare WebView2 as a package dependency, in bundles it directly into the WASDK package. So trying to use two versions SxS is neigh impossible. I'd recommend following/bumping that thread for upddates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are developing an App with .NET MAUI which latest version uses the
WindowsAppSDK
1.2.221116.1. It seems thatWindowsAppSDK
bundlesWebView2
instead of referencing the nuget version.Our App needs to access the handler
CoreWebView2.CoreWebView2ServerCertificateErrorDetected
which is available since WebView2 version 1.0.1245.22. However the latestWindowsAppSDK
's version of WebView2 does not contain that handler. It is unclear which version WebView2 is exactly used and why it is apparently such an old version.Is there a way to use a newer WebView2 version?
Beta Was this translation helpful? Give feedback.
All reactions