Answer the question
In order to leave comments, you need to log in
How to improve links in a mobile browser?
<a href="..."></a>
Links are processed only after a long press on them. I think it's a bad user story to force users to pinch links if they're used to tapping on them.
Angular offers the following solution:
A more powerful replacement for the default ngClick designed to be used on touchscreen devices. Most mobile browsers wait about 300ms after a tap-and-release before sending the click event. This version handles them immediately, and then prevents the following click event from propagating.
Answer the question
In order to leave comments, you need to log in
You can pervert a little and write a directive that will hang touchstart on the block. Line code 5. Well, do it only if there is support for touch.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question