Suggestions on two finger tapping?

I didn’t find topic on two finger tapping in ionic, so my question is this, could anyone share a directive or point a good library which would support two finger tapping/double tapping on mobile devices and not require the full jquery library? Would be very much appreciated!

OK this seem to do the job just fine

Try using Hammer.js: http://hammerjs.github.io/
Your kind of double tap is done through tap event that includes interval (Maximum time in ms between multiple taps.) and threshold (While doing a tap some small movement is allowed)

Isn’t Hammer.js included in Ionic?
http://ionicframework.com/docs/angularjs/utils/gestures/

A tweaked version. So try using hammerjs options I gave you. I think they should work.