#WebView2 + extensions in UWP apps
1 messages ยท Page 1 of 1 (latest)
I just went through the entire Google but I couldn't find it.
All examples for WinUI. It doesn't work in uwp because there are no necessary apis.
Here is what I found but it's doesn't exists in CoreWebView2.Profile in UWP app
Also I have not ability to create environment and set AreBrowserExtensionsEnabled to true because this property is also does not exist
This is resolved. I just look on Microsoft.UI.Xaml package and see old WebView2 dependency.
wow so uwp extensions work?
This is solved by installing the latest Microsoft.Web.WebView2 package
Should work
At least the necessary APIs have appeared.
I need to try to build it in Release via .NET native and make sure that the project works.
UWP is such a thing that things that work in Debug may behave differently in Release.๐
Not may
Definitely
.net core 3.1 vs .net native 2.2 moment
I had cases when I installed some third-party packages and everything worked in debug but crashed in release.
Yeah it's works
While Release is being assembled, you can get a lot done. Building an x64/x86/ARM32/ARM64 package can take a decent amount of time. I once worked in a company and they had a UWP app that took 15 minutes to build in Release.
Your company used toasters to compile??
๐ญ
A lot of packages