HtmlLabelPlugin
HtmlLabelPlugin copied to clipboard
iOS formatting issue
Formatting on iOS goes weird after version 5.0.0.alpha3
5.0.0.alpha3 -

5.0.0 and 5.0.0.alpha4 -

Hi, where the padding in Android comes from?
@matteobortolazzo On the control it self, this is my XAML -
<abstractions:HtmlLabel x:Name="HtmlLabel"
Padding="15"
AndroidListIndent="0"
BackgroundColor="Transparent"
HorizontalOptions="FillAndExpand"
LineHeight="1.2"
LinkColor="{DynamicResource TextLinkColour}"
Text="{Binding Html, Source={x:Reference MarkdownViewName}}"
TextColor="{DynamicResource TextPrimaryColour}"
VerticalOptions="FillAndExpand" />
For some reason, iOS loses the padding + adds a lot of space to the top.
About the padding I think it's because I set it to 0 as there were issues with alpha3, about the top, I don't know, I have to investigate