Double tap interval time standard
Asked Answered
D

3

14

Is there any standard, say ISO standard, for interval (in miliseconds) between to taps ( clicked on touch devices) which assumed as double tap? I guess it should be long enough to allow slower users to double tap, but not so long that leads to mistakes.

Distiller answered 21/6, 2011 at 5:41 Comment(0)
C
7

I think this is similar to the click/dbl-click issue http://en.wikipedia.org/wiki/Double-click#Speed_and_timing

The maximum delay required for two consecutive clicks to be interpreted as a double-click is not standardized. According to Microsoft's MSDN website, the default timing in Windows is 500ms (one half second).

So, apparently, it's not standardized. I'd say tapping is slower or equal to clicking (it will depend on the relative position of the hand to the device), but still 500ms sounds reasonable.

Coolth answered 28/1, 2015 at 12:38 Comment(0)
B
2

Warning: Speculation :)

Probably not. Something this central to the "feel" of a UI would not translate well across different input device types, or even different builds of the same device type.

For example, one touch-screen might be much more sensitive than another. Another device might be more erratic, and require more software "de-bouncing", and hence more time to make the double-tap distinction.

Also, this setting is usually configurable for greater accessibility by those who are less dexterous (e.g. children, elderly, and the disabled).

For a direct counter-example, in Windows, it is configurable:

enter image description here

Bah answered 21/6, 2011 at 5:45 Comment(0)
G
0

If there is, nobody adheres to it. I believe most systems allow some sort of configuration for this. Some people (even with old systems that use mice) can't physically click fast enough to trigger a DoubleClick. They have to modify the system settings.

Glasser answered 21/6, 2011 at 5:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.