ScrollView containing TextView does not scroll

Posted by Dave Allison on Stack Overflow See other posts from Stack Overflow or by Dave Allison
Published on 2010-04-14T20:48:30Z Indexed on 2010/04/15 1:43 UTC
Read the original article Hit count: 340

Filed under:

I have a textview displaying many individual words, each word is a link using Spans and setMovementMethod(LinkMovementMethod.getInstance()); The textview is wrapped by a ScrollView.

However the ScrollView does not work as the links in the TextView are activated instead.

Is there a way to combine a ScrollView and TextView so that both the scrolling and links in the text work?

© Stack Overflow or respective owner

Related posts about android