Closed JEuler closed 5 years ago
See #25.
Thank you! Could you share the code for the turning urls to tags
?
Closing this because this does not seem related to this library. Better-Link-Movement-Method
is only responsible for handling clicks on clickable spans. Please feel free to reopen this.
Hi! I have the following issue. If I have two types of links in one TextView (e.g.
<a href="link">label</a>
andhttps://example.com
one of the links will not be clickable. I see that this is so for the standard Linkify method. Did you saw something like that?