Can I have mobile gestures like swipe, tap, pinch, etc. in the events of "Backbone.js View"? To be more specific, this is my code.
Backbone.View.extend({ initialize:function(){
Can I use mobile gestures, for example, swipe, swipe left / right, pinch, tap, etc. to work with backbone.js?
source share