Does Angular's ng-touch library really only support horizontal tabs and not vertical?

It would seem incredible and broken for me. http://docs.angularjs.org/api/ngTouch

+4
source share
1 answer

Doesn't actually support vertical scrolling :

If the horizontal distance is greater, this will be scrolling and moving and ending events. - If the vertical distance is greater, this is a scroll, and we allow the browser to use . A cancel event is dispatched.

Here is a module that supports vertical scrolling .

+5
source

All Articles