Skip to content

Instantly share code, notes, and snippets.

View johnshaughnessy's full-sized avatar

John Shaughnessy johnshaughnessy

View GitHub Profile
/**
* 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);