How to implement swipe gestures for mobile devices?

后端 未结 9 1139
野性不改
野性不改 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:53

    Shameless plug I know, but you might want to consider a jQuery plugin that I wrote:

    https://github.com/benmajor/jQuery-Mobile-Events

    It does not require jQuery Mobile, only jQuery.

提交回复
热议问题