=== WP FastClick === Contributors: deremohan Tags: fastclick, touch, mobile Requires at least: 4.0.0 Tested up to: 4.6.1 Stable tag: 4.6.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html WP FastClick plugin remove click delays on browsers with touch UIs. == Description == This plugin uses fastclick.js[https://github.com/ftlabs/fastclick]. fastclick.js having 13,000 + github stars 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. = Plugin Features = 1. No configurations required 2. Just activate plugin and see results on touch devices. = Advanced = Visit [Documentation](https://github.com/ftlabs/fastclick) == Installation == 1. Download the plugin via WordPress.org. 2. Upload the ZIP file through the "Plugins > Add New > Upload" screen in your WordPress dashboard. 3. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How do I contribute? = We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the [repository over at GitHub](https://github.com/mohandere/wp-fastclick). == Changelog == = 1.0.0 = * Initial release. == Upgrade Notice == = 1.0.0 = * Initial release.