ScrollView inside ViewPager: swipe not working

后端 未结 3 1426
一个人的身影
一个人的身影 2021-01-06 21:44

I have ViewPager with three fragments and one of them is FrameLayout with ScrollView inside:



        
3条回答
  •  [愿得一人]
    2021-01-06 22:05

    For Future Readers living in +2019

    use ViewPager2 to avoid this problem. you can find good example of ViewPager2 implementation at this topic.

提交回复
热议问题