Closed jamolkhon closed 6 years ago
Whoops, I completely missed this. @jamolkhon did you manage to solve this? If not, can you share your full string, how you're applying it to your TextView
and how BetterLinkMovementMethod
is set?
No, I tried a few variations. Also tried to reorder linkify method calls. It didn't help. Currently, I'm turning urls to tags then using only linkifyHtml.
Cool 👍
I have texts with
<a href="url">abc</a>
and urls that are not inside tag. I would like to turn both to spannable links. So far it's not working. Only linkifyHtml is being applied.