Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebView2 Runtime as UWP PackageDependency #3004

Open
kiddliu opened this issue Nov 28, 2022 · 5 comments
Open

WebView2 Runtime as UWP PackageDependency #3004

kiddliu opened this issue Nov 28, 2022 · 5 comments
Assignees
Labels
feature request feature request tracked We are tracking this work internally.

Comments

@kiddliu
Copy link

kiddliu commented Nov 28, 2022

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

<Dependencies>
  <PackageDependency Name="Microsoft.WebView2Runtime.107.0.0.0"
    Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
    MinVersion="79.0.0.0"/>    
</Dependencies>

AB#42438191

@kiddliu kiddliu added the feature request feature request label Nov 28, 2022
@nishitha-burman nishitha-burman added the tracked We are tracking this work internally. label Nov 30, 2022
@nishitha-burman
Copy link
Collaborator

Thank you for the feedback, we have added this request to our backlog!

@nishitha-burman
Copy link
Collaborator

Hi @kiddliu,

Can you please provide more details on the license issue you are referring to?

Thanks!

@kiddliu
Copy link
Author

kiddliu commented Feb 2, 2023

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

@nishitha-burman
Copy link
Collaborator

Hi @kiddliu,

Thank you for the details, are you using fixed or evergreen version of the runtime?

@kiddliu
Copy link
Author

kiddliu commented Feb 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request tracked We are tracking this work internally.
Projects
None yet
Development

No branches or pull requests

3 participants