HtmlLabelPlugin Versions Save

Use this Xamarin.Forms plugin to display HTML content into a label.

v5.1.0

1 year ago

Update

  • Update to Xamarin.Forms v5

v5.0.2

1 year ago

Bug Fix

  • iOS: Fix freeze on iOS. #137

v5.0.0

3 years ago

Breaking Changes

  • iOS: The renderer has been implement with UITextView.

Bug Fix

  • iOS: Custom fonts fix.
  • iOS: Link tap with multiple lines fix.
  • Android: Fix bullet point indent.
  • Android: Fix tel:// links with whitespaces.
  • All: mailto with no subject or body fix.

v4.1.3

3 years ago

Bug Fix

  • iOS: Fix multi-line labels with links.

v4.1.2

4 years ago

Bug Fix

  • All: mailto, tel, sms, geo handled properly. Fixes #92 #93

v4.1.1

4 years ago

Bug Fix

  • iOS: Default font size (16) not working. #86
  • iOS: Unwanted new line. #87
  • iOS: Custom fonts were not working. #88
  • iOS: Support for LineHeight. #90
  • Android: Unwanted new line. #87

v4.1.0

4 years ago

Features

  • Android: Support for Android's Legacy Mode rendering. #83
  • Android: Support for images. #49

v4.0.1

4 years ago

Bug Fix

  • iOS: Fix system font. #81

v4.0.0

4 years ago

Features

  • Links: New Underline property (bool).
  • Links: New LinkColor property.
  • Links: New BrowserLaunchOptions property.

Bug Fix

  • General: RTL support.
  • iOS: Link click detection rewritten.
  • Android: Lists not displayed correctly (#76). Thanks to AlexSchuetz.