angularjs – ng-touch Angular Library是否真的只支持水平滑动而不是垂直滑动?

前端之家收集整理的这篇文章主要介绍了angularjs – ng-touch Angular Library是否真的只支持水平滑动而不是垂直滑动?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这对我来说似乎令人难以置信. http://docs.angularjs.org/api/ngTouch

解决方法

它真的是 doesn’t support vertical swipes

If the horizontal distance is greater,this is a swipe and move and
end events follow. – If the vertical distance is greater,this is a
scroll,and we let the browser take over
. A cancel event is sent.

这是a module that supports vertical swipe.

猜你在找的Angularjs相关文章