microsoft/dotnet-podcasts

No back button on Windows to get back to the Discover page

danroth27 opened this issue · 3 comments

When running the .NET MAUI (not Blazor) version of .NET Podcasts on Windows, there doesn't appear to be a way to get back to the Discover page after selecting a podcast. There's no back button anywhere like there is on mobile:

image

Clicking on the Discover tab doesn't help.

Aha! Apparently, the back button is there, it just doesn't show up in light mode, but it does in dark mode:

image

So this is just a styling issue.

I guess this relates to dotnet/maui#11127

I don't see this issue now in .NET 7