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
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.
ScrollView