microsoft / dotnet-podcasts

.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
https://dot.net
MIT License
2.75k stars 745 forks source link

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

Closed danroth27 closed 1 year ago

danroth27 commented 2 years ago

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.

danroth27 commented 2 years ago

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.

Sebosek commented 1 year ago

I guess this relates to https://github.com/dotnet/maui/issues/11127

jamesmontemagno commented 1 year ago

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