I am using touchstart
event instead of click
when available.
But whenever I have a link <a href..
and I press on it on my mobile phone, it takes 300ms to fire. Is there a way to make it work as if it was bound to the touchstart
event instead of click
?