klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lib doesn't work with UrlSpan

Diolor opened this issue · comments

Hi, fyi I noticed that the TouchableMovementMethod doesn't propagate events to the LinkMovementMethod always (e.g. event.action == MotionEvent.ACTION_DOWN) . This makes traditional URLSpans to not work.