When I convert the HTML to string on UITextView without BonMot styling 'Click Here' works as link. But as I am using BonMot styling throughout the project and somehow this is not working.
Could you please help with the same.
Unfortunately, BonMot does not automatically convert <a href=... tags to links, since it is not a full HTML parser. I've considered adding it, but have run into various issues 😢
Hi,
The below HTML text doesn't make 'Click Here' clickable while using BonMot for UITextView.
"<h3>[<a href=\"https://google.com\">...Click Here</a>]</h3>"
When I convert the HTML to string on UITextView without BonMot styling 'Click Here' works as link. But as I am using BonMot styling throughout the project and somehow this is not working. Could you please help with the same.