Daniel Roth
Daniel Roth
This doc is currently based on Xamarin Forms. We should update the doc to use .NET MAUI now that it has shipped. We'll need to first port the app and...
.NET MAUI Blazor apps require an updated Chrome web view to function properly. If a user tests with an older Android version, they will need to make sure that Chrome...
The first time I try to play a podcast using the Blazor web app I get the following exception in the browser dev console: ``` Unhandled Exception: Microsoft.JSInterop.JSException: The play()...
If I start the backend by running `docker-compose up` and then run the web app from VS using the Podcasts.Web solution, some of the images don't show up in the...
Looks like the new wasm-experimental workload is currently missing a description:  7.0.100-preview.7.22370.3 @lewing
_From @ajai1109 on Friday, October 25, 2019 12:30:26 PM_ How to use azure feature flag in asp.net core Blazor _Copied from original issue: aspnet/AspNetCore#15592_
Use Microsoft.Maui.Graphics to do custom drawing to a BlazorWebView control in .NET MAUI, WPF, or Windows Forms app.