I have a ViewPager that contains several instances of the same fragment, this fragment contains an article. The Article view hierarchy is quite simple, a Title, a Banner image,
This is likely caused by android:textIsSelectable. You may try adding the following to the ScrollView:
android:textIsSelectable
android:focusable="true" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants"