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

it do not work when use textview.setText("https://goo.gl/maps/KfRBC6KLHA12") #18

Closed luwies closed 6 years ago

luwies commented 6 years ago

i has find the reason, after textview.setText("https://goo.gl/maps/KfRBC6KLHA12") should call BetterLinkMovementMethod.linkify(Linkify.ALL, this) .setOnLinkClickListener(urlClickListener) .setOnLinkLongClickListener(longClickListener);

saket commented 6 years ago

That sounds correct. Texts are not linkified automatically when you apply them on a TextView.