#WebView2 + extensions in UWP apps

1 messages ยท Page 1 of 1 (latest)

gilded mango
#

see #horizon-browser

timber trail
#

@modest gyro @wanton quiver

#

You guys surely know how

rancid timber
#

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.

gilded mango
#

wow so uwp extensions work?

rancid timber
#

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.๐Ÿ˜…

gilded mango
#

.net core 3.1 vs .net native 2.2 moment

rancid timber
#

I had cases when I installed some third-party packages and everything worked in debug but crashed in release.

#

Yeah it's works

rancid timber
# timber trail Not may

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.

timber trail
#

๐Ÿ˜ญ

rancid timber
#

A lot of packages