UWP WinUI2 and Webview2 Fixed distribution on Windows Team (Surface Hub) #1628
Unanswered
alexispolakMURAL
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having trouble finding if it is possible to do this.
I have a UWP WinUI2 app that uses WebView2 and I need the app to work in Windows Teams (a version of windows that Surface Hub devices have) but on these devices the WebView2 Runtime cannot be installed because only the microsoft store can install apps.
I would like to be able to include the WebView2 runtime binaries inside my application so that an external installation is not necessary. The problem is that most of the documentation or guides are for WPF applications and the process is different is not clear. For example, points 3, 4 and 5 of the "Details about the Fixed Version runtime distribution mode" in this documentation https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution aren't clear enough.
Beta Was this translation helpful? Give feedback.
All reactions