ScrollView inside ViewPager, scrolls to middle automatically

前端 未结 6 777
滥情空心
滥情空心 2021-02-01 18:06

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,

6条回答
  •  南方客
    南方客 (楼主)
    2021-02-01 18:43

    Add this attribute value android:descendantFocusability="blocksDescendants" to the child of ScrollView, according to this question: How to prevent a scrollview from scrolling to a webview after data is loaded?

提交回复
热议问题