microsoft/dotnet-podcasts

Label with html content does not render nothing on MacOS

migueBarrera opened this issue · 3 comments

With .NET MAUI RC2

On EpisodeDetailPage. We have this label:
<Label Style="{StaticResource BodySLabelStyle}" TextType="Html" Text="{Binding Episode.Description}" />

On MacOS does not render nothing. On Android works fine.

Hmmmmm. I would file a bug on github.com/dotnet/maui

I have done more research. The real issue is that Episode.Detail is not html. Sorry. I will close this issue.