Javascript 锤子:没有发射流星火焰模板的锤子旋转灯

Javascript 锤子:没有发射流星火焰模板的锤子旋转灯,javascript,meteor,hammer.js,Javascript,Meteor,Hammer.js,此Meteor模板事件swiperight不会触发,但如果触发OK,则会更改为mousemove。 流星:1.4.1.1 锤子:锤子:2.0.42 Template.myTemplate.events({ 'swiperight .swipe.active': function(event) { //<-- works with mousemove alert('swipped'); } }); 你知道该怎么做才能让它工作吗?谢谢

此Meteor模板事件
swiperight
不会触发,但如果触发OK,则会更改为
mousemove

流星:1.4.1.1
锤子:锤子:2.0.42

Template.myTemplate.events({
  'swiperight .swipe.active': function(event) {  //<-- works with mousemove
    alert('swipped');
  }
});
你知道该怎么做才能让它工作吗?谢谢