Hi
is there any pinch start event for the $ionicGesture
service? I know hammer.js seems to support it, but I didn’t find anything in ionic and I want just to know if I’ve missed something.
I tried $ionicGesture.on('pinchin pinchout pinchstart', handleGesture, angular.element('...'), {});
and I only get pinching and pinchout events.
Cheers