Label with html content does not render nothing on MacOS
migueBarrera opened this issue · 3 comments
migueBarrera commented
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.
migueBarrera commented
jamesmontemagno commented
Hmmmmm. I would file a bug on github.com/dotnet/maui
migueBarrera commented
I have done more research. The real issue is that Episode.Detail is not html. Sorry. I will close this issue.