saket / Better-Link-Movement-Method

Attempts to improve how clickable links are detected, highlighted and handled in TextView
Apache License 2.0
780 stars 78 forks source link

Two types of links in one TextView #26

Closed JEuler closed 4 years ago

JEuler commented 5 years ago

Hi! I have the following issue. If I have two types of links in one TextView (e.g. <a href="link">label</a> and https://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?

jamolkhon commented 5 years ago

See #25.

JEuler commented 5 years ago

Thank you! Could you share the code for the turning urls to tags?

saket commented 4 years ago

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.