Skip to content

Instantly share code, notes, and snippets.

/**
* Prevent click events after a touchend.
*
* Inspired/copy-paste from this article of Google by Ryan Fioravanti
* https://web.archive.org/web/20130215000000*/https://developers.google.com/mobile/articles/fast_buttons
*
* USAGE:
* Prevent the click event for an certain element
* ````
* PreventGhostClick(myElement);