angular-gestures icon indicating copy to clipboard operation
angular-gestures copied to clipboard

Support pinchend event

Open johannesjo opened this issue 8 years ago • 1 comments

It would be nice, if there would be support for this too.

johannesjo avatar Aug 19 '16 15:08 johannesjo

I want to know how to distinguish between pinchin and pinchout events. This config is not working. hammerDefaultOptsProvider.set({ recognizers: [ [Hammer.Pinch,{ event:'pinchin', enable:true, time:50}, ['pinch']] ], touchAction: 'pan-y' });

zhengjin avatar Jun 13 '17 10:06 zhengjin