WP FastClick plugin remove click delays on browsers with touch UIs.
Why does the delay exist?
According to Google:
…mobile browsers will wait approximately 300ms from the time that you tap the button to fire the click event. The reason for this is that the browser is waiting to see if you are actually performing a double tap.
The aim is to make your application/website feel less laggy and more responsive while avoiding any interference with your current logic.
Visit Documentation page
This plugin uses fastclick.js maintained by Rowan Beentje, Matthew Caruana Galizia and Matthew Andrews at FT Labs.
We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the repository over at GitHub.