Y
Hacker News
new
|
ask
|
show
|
jobs
by
outside1234
3907 days ago
Remind me: They originally had the 350ms delay in there to distinguish between a tap and a pinch, correct?
3 comments
matthewmacleod
3907 days ago
A tap and a double-tap, AFAIK. Since the latter is used for zooming, if the page is not scalable then the possibility that the user has double-tapped can be disregarded.
link
bsimpson
3907 days ago
As I recall, it's waiting for a double-tap.
link
fogisland
3907 days ago
yeah, it is a mechanism of iOS gesture recognizer
link