Get DoubleTapDelay from the OS if an API is available #4448
Labels
Accessibility
Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc.
Milestone
Checklist
Is your feature request related to a problem?
Currently the double click delay is hard-coded to 300 ms on desktop and 500 ms on mobile. This is a good default, but for OSes that provide an API to read the system double click delay (eg Windows), we should use that instead.
Is it possible to construct a solution with the existing API?
no
Describe the solution you'd like to see.
reading the system double click delay
The text was updated successfully, but these errors were encountered: