MDHTMLLabel
MDHTMLLabel copied to clipboard
Custom font removed after tap
I used to be able to include custom fonts within the text (with icon symbols), like so:
<a href=\”http://example.com\”><font face=\”customappfont\”>O</font>Open Website</a>
This still works. However, on tap, the custom font returns to whatever the main font is. So it looks like:
OOpen Website
rather than:
(symbol)Open Website
Oh interesting. This actually wasn't something I tested during development, but I'll look into it now
@mattdonnelly Any updates on this? I'm seeing this in one of my apps as well.