How can I use touch events such as touchmove in Angular 2+ (not gestures)? There sould be a directive
(touchmove)="myMove()"?
Hammer.js supports gestures but not the raw events?
How can I use touch events such as touchmove in Angular 2+ (not gestures)? There sould be a directive
(touchmove)="myMove()"?
Hammer.js supports gestures but not the raw events?
yes touchmove is a directive that lets you handle touch events