Closed Eilon closed 3 years ago
Here's the doc from WebView about how to detect and/or install WebView2: https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#online-only-deployment
I logged a separate issue to track adding an option to install WebView2: #68
@Redth @Eilon is there a switch to disable this check? I think it causes failures in CI scenarios:
For now, I think I can ignore the exit code or something.
@jonathanpeppers ‘—skip edgewebview2’
Yeah --skip edgewebview2
works: https://github.com/dotnet/maui-samples/pull/183
I sent a PR to update the MAUI installation docs regarding this: https://github.com/dotnet/docs-maui/pull/48
But if maui-check could make sure WebView2 is installed, that would be even better.