Scrollview doesn't swipe when it's too short to scroll

前端 未结 3 850
死守一世寂寞
死守一世寂寞 2021-01-05 02:28

I\'m pretty new to Android app development, and I\'ve been playing around with swipe gestures using Android\'s SimpleOnGestureListener and a ViewFlipper. There are 3 childr

3条回答
  •  萌比男神i
    2021-01-05 02:54

    Had the same issue. You need to intercept the touch event on the children of the ScrollView when it's too short to have a scrollbar.

提交回复
热议问题