区分滑动并点击Angular

我使用ng-click来显示列表中的项目的详细信息,并且当用户向左滑动时,我会将jQuery移动滑动事件附加到列表项目以显示删除按钮。 问题是,当我在元素上滑动时,它不仅发出滑动事件,而且还单击事件。 所以,当我想要滑动删除一个元素时,它会显示删除按钮并打开详细信息视图。

我能做些什么呢? 有像ng-swipe这样的东西会很酷。


最新的不稳定的angularjs(1.1.4+)版本包括ngSwipeLeft和ngSwipeRight指令。 您必须小心引用angular-mobile.js库。

https://github.com/angular/angular.js/blob/master/src/ngMobile/directive/ngSwipe.js

链接地址: http://www.djcxy.com/p/13711.html

上一篇: Distinguish swipe and click in Angular

下一篇: Can the type checker help me out here? With type families, maybe?