Question

Can I use javascript to get the system's double click interval?

Was it helpful?

Solution

There is no way in JavaScript to retrieve that type of system information.

You might be able to figure out some strange clicking test using onclick and onddblclick to get it, but I doubt it will be exact and would require user interaction.

OTHER TIPS

using pure javascript, and not asking the user to help you? no

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top