Gbuomprisco / ngx-long-press

Long Press Directive for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use LongPress event along with my normal click event?

divya-veloxcore opened this issue · comments

I want to have two events for my tag: "Long press" and normal "click". If I add both together in my template, it always fires "click" event.