RyanMullins / angular-hammer

Hammer.js v2 support for AngularJS
http://ryanmullins.github.io/angular-hammer/
MIT License
188 stars 55 forks source link

Multiple custom recognizers is not working #40

Open johnpapa opened 9 years ago

johnpapa commented 9 years ago

Currently, adding multiple recognizers to the same element ends up in a last in wins.

If you need to create custom recognizers, you can put 1 per element.

This can be repro'd via your demo

vincentbernat commented 8 years ago

I run into the same trouble. If I define a list with tap and pan, only pan is recognized.

MetaZhi commented 8 years ago

I run into the same trouble.

CharlyPoppins commented 6 years ago

Any news about this ?