hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this

Home Page:http://hammerjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

press event not working in ionic4

Harshitha-7 opened this issue · comments

i have installed hammerjs using npm.
I have imported in main.ts file
still press event is not working

Try adding HammerModule into app.module.ts. It worked for me.

Try adding HammerModule into app.module.ts. It worked for me.

Can you explain why my press events are being detected on chrome browser, but when i run the app on my phone, it no longer detects them ?