HtmlLabelPlugin
HtmlLabelPlugin copied to clipboard
iOS HeightRequest does not work
After updating the plug-in to version 5.0.0, HTML is overlapping other stacks on iOS.
On Android, it works perfectly as before.
Previous version 5.0.0.alpha3
<pluginHTML:HtmlLabel Text="{Binding MensagemHTML}" HorizontalOptions="Fill" HeightRequest="100"/>
iOS:

Android:

@FelipeFC Take a look at #135. It seems that code added in Alpha4 is messing with layout of the text. Might be worth making a local build and removing the Setup() method.