-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS formatting issue #130
Comments
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 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Formatting on iOS goes weird after version 5.0.0.alpha3
5.0.0.alpha3 -
5.0.0 and 5.0.0.alpha4 -
The text was updated successfully, but these errors were encountered: