All Questions
4
questions
1
vote
0
answers
359
views
Angular 10 - Cannot get touch event from HammerJS
I want to integrate pinch gesture on a square div.
Live example Angular 9
Problem, when I run it locally, npm start fails. I've managed to start it on Angular 10 through ng update. Then the library no ...
7
votes
1
answer
26k
views
How to register touch move over events in Angular?
Summarize the problem
Stackblitz - https://stackblitz.com/edit/angular-touch-playground
I'm trying register touch events and want to be able to touch my finger, drag and lift my finger resulting in ...
5
votes
0
answers
972
views
Hammer.js swipe support for 1 and/or 2 fingers
I'm using Hammer.js with Angular 5 to support swipping with both mouse and touch. The problem is that the touch action should be done with two fingers instead of one.
Is it possible to support both 1 ...
1
vote
0
answers
357
views
angular2-grid + hammerjs: Fire drag events on press
I have an angular 2 web application. I am using angular2-grid for it's drag item features. Sadly, angular2-grid is not touch enabled. Hence, I have integrated HammerJs. I am able to handle angular2-...