I have a text view displaying many separate words, each word is a link using Spans and setMovementMethod (LinkMovementMethod.getInstance ()); Text Image Wrapped by ScrollView.
However, ScrollView does not work, as links to the TextView are activated instead.
Is there a way to combine ScrollView and TextView to work both scrolling and links in text?
source
share