Skip to content

Instantly share code, notes, and snippets.

@burnified
Created February 11, 2015 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burnified/1e510f408828a1df9303 to your computer and use it in GitHub Desktop.
Save burnified/1e510f408828a1df9303 to your computer and use it in GitHub Desktop.
iOS DoubleClick Nightmare
$('a').on('click touchend', function(e) {
var el = $(this);
var link = el.attr('href');
window.location = link;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment