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

Doesn't work at all with both the methods in recyclerview adapter #21

Closed cyph3rcod3r closed 5 years ago

cyph3rcod3r commented 5 years ago

I am have tried using both of the methods but it doesn't linkify at all also it doesn't let me long click on my background. // by this txv.setMovementMethod(BetterLinkMovementMethod.newInstance()); Linkify.addLinks(txv, Linkify.ALL); // and by this BetterLinkMovementMethod.linkify(Linkify.ALL, txvMsg);

saket commented 5 years ago

Can you share your usage?

also it doesn't let me long click on my background.

This isn't related to this library. Is https://github.com/saket/Better-Link-Movement-Method/issues/14 useful?

saket commented 5 years ago

Closing this due to inactivity. Please feel free to reopen this.