psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

long urls highlight issue, please look #155

Closed khashimov23 closed 1 year ago

khashimov23 commented 2 years ago

if there is a comma between the longer urls, then there is no highlight after comma

with comma:

Screen Shot 2022-05-11 at 13 33 52

when the comma is deleted:

Screen Shot 2022-05-11 at 13 34 01
psharanda commented 1 year ago

This is a bug in iOS data detectors, you can try to use a custom regex