Oh, this might be seperate, since that PR is for the track gesture.
You can disable all gestures on vertical scrollable areas by using this API: element.setScrollDirection('y'), and horizontal with setScrollDirection('x')
Without that, I can't tell if your touches are for scrolling or gestures.