On iOS the HtmlView padding is not being set at all. For example:
<HtmlView style="background-color: red; padding: 200;"
html="<span style='background-color:green'>TEST</span>"/>
renders like:

The HtmlView should implement the padding* properties like the TextView widget as well as set UITextVew.textContainer.lineFragmentPadding in order to eliminate the default left padding.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
On iOS the
HtmlViewpadding is not being set at all. For example:renders like:

The
HtmlViewshould implement thepadding*properties like theTextViewwidget as well as setUITextVew.textContainer.lineFragmentPaddingin order to eliminate the default left padding.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.