I am trying to remove the famous 300ms delay from my app with Hammer.js
, and have been successful so far using tap
in stead of click
.
However, this does not work on routerLink
's. I haven't found any articles or other people writing about this issue, so I hope you can help.
The app is made with Angular and Cordova.
Is there a way to remove the 300ms delay on routerLinks
?
Thanks in advance!