Gbuomprisco / ngx-long-press

Long Press Directive for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on touch displays

Alex66955 opened this issue · comments

On touch displays there is nothing triggered when long pressed was performed.

commented

Binded events are ''mouseup" and "mousedown", not emitted on touch display.
You can adapt this code with "touchstart" and "touchend" events.
It's will work on touch display.