How to implement swipe gestures for mobile devices?

后端 未结 9 1132
野性不改
野性不改 2020-12-12 14:58

I have an application made in AngularJS which has arrow key navigation to switch views.

I want to implement this navigation using swipe for touch devices. I tried jG

9条回答
  •  生来不讨喜
    2020-12-12 15:42

    There is also an AngularJS module called angular-gestures which is based on hammer.js: https://github.com/wzr1337/angular-gestures

提交回复
热议问题