David Risney
David Risney
In the link I see you write the following: ``` Hello, I am writing a WinUI 3 app with WebView2 in Visual Studio Community 2022 (64-bit) which will load a...
> It's a WinUI 3 app. My understanding is that WinUI 3 is replacing UWP. WinUI3 had 'preview' support for UWP. I guess you are making a Win32 app. >...
Thanks yes I think that documentation is correct for WinUI2 projects but not WinUI3. For WinUI2, you'll need to install the webview2 SDK in the WinRTAdapter project but for WinUI3...
Can you elaborate on the scenario for which you need this command line argument? I'll mark this as a tracked bug, thanks!
Good suggestion. We should also consider this in light of things like the Media Transport Controls for UWP apps. Volume but also play, pause, media information etc.
We'll look into the corresponding browser feature where the browser connects to MTC. What we do in this area will likely depend on that feature
Good point. Not sure if its required for MTC connection or not but a good feature request. Thanks.
Hi, thanks for your feedback! Good point. We should have a sample demonstrating application UI scenarios. When you say HTML content compiled into the executable, we do have [NavigateToString](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/reference/iwebview2webview#navigatetostring) for...
Thanks, yes. We're looking into .NET support. We've got an issue open on our WebViewFeedback project. https://github.com/MicrosoftEdge/WebViewFeedback/issues/23
Thanks for reporting these issues! Seems like we have several "copy/paste" style errors =) > getLocalProperty has a return type of "any" in the code quote but the Returns section,...