A repository of over 1000 quality jQuery plugins

jQuery jQuery TouchToClick

jQuery TouchToClick is a jQuery Feedback plugin.

Created by Cargomedia

Convert ‘touchend’ to ‘click’ events, for faster tap-feedback in mobile browsers

Not what you're looking for? Click here to view more Feedback jQuery plugins

Warning: Discontinued

This project is not maintained anymore. We recommend you to have a look at FastClick instead.

Summary

Overrides the click event on mobile devices to fire a click event immediately and get rid of the 300ms delay (webkit for iPhone and Android problem).

touchToClick will fire an artificial click event when the touchend event is fired and the user hasn't moved since touchstart. The original click event of the mobile browser will be prevented so that there are not two clicks.

Usage

Just include the file in your webpage:

<script type="application/javascript" src="jquery.touchToClick.js"></script>


You might also like these other Feedback jQuery Plugins

License:

The MIT License (MIT)