Mobile gestures in backbone.js

前端 未结 2 2025
孤城傲影
孤城傲影 2021-02-04 17:56

Can I have mobile gestures like swipe, tap, pinch etc in the Backbone.js View events? To be more specific following is my code.

Backbone.View.extend({
     initi         


        
2条回答
  •  一向
    一向 (楼主)
    2021-02-04 18:36

    Backbone relies on jQuery.bind to manage the DOM events.

    So the question is that if jQuery supports these events and looks like jQuery Mobile does, now you have to check how to integrate jQuery Mobile and Backbone.

提交回复
热议问题