yydcdut / RxMarkdown

:fax:Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
749 stars 93 forks source link

Trouble with links #23

Closed zoltanf closed 7 years ago

zoltanf commented 7 years ago

I'm trying to render and react to links in text view. As far as I see links don't react, even with specifying a listener for links is not triggered. Is this an intended behaviour or am I doing something wrong?

Thank you.

zoltanf commented 7 years ago

Never mind, I forgot the:

.setMovementMethod(LinkMovementMethod.getInstance());