You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct me if I'm wrong, but we've noticed codecs and many LGPL-licenses packages are included in the runtime.
My scenario is that distrubuting a Win32 WebView2 app in an UWP app. Though for enterprise Windows 10 users, the runtime has been pushed to those system for quite some time, there are still cases that the runtime is not available yet. It would be great if the UWP package itself can help in this case, and possibly initialize the UDF to speed up the performance
We're kind of stuck in the middle. It's fixed version at first but switched to evergreen when we realized it might lead to troubles, and then have this idea if the feature could be supported
Is your feature request related to a problem? Please describe.
Due to the license issue, the commercial UWP app owner may not distribute the WebView2 Runtime as suggested in MSDN
Describe the solution you'd like and alternatives you've considered
Make a standalone dependency package of WebView2 Runtime, and make it referenceable by an UWP app by declaring it in PackageDependency
AB#42438191
The text was updated successfully, but these errors were encountered: