I am trying to get swipe up and swipe down gestures working in Fragment. The same is working fine with activity. In Fragment, I have an issue with dispatchTouchEvent. How d
If your goal is to detect/handle swipe, add touch event listener on the fragment's view after creating the view.