-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-controls-labelLabel, SpanLabel, Spanmigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertplatform/iost/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
Attempting to display Bold or Italics text on iOS (17.0) just displays the text as normal. Android works as expected.
Steps to Reproduce
<Label TextType="Html">
<Label.Text>
<![CDATA[
<strong>Bold Text</strong><br>
<em>italics</em><br>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
]]>
</Label.Text>
</Label>Link to public reproduction project repository
https://github.com/crobibero/maui-html-styling
Version with bug
8.0.3
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms, Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS
Did you find any workaround?
No
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
area-controls-labelLabel, SpanLabel, Spanmigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertplatform/iost/bugSomething isn't workingSomething isn't working
