Skip to content

Instantly share code, notes, and snippets.

@georgiee
Created December 12, 2012 14:20
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 georgiee/4268056 to your computer and use it in GitHub Desktop.
Save georgiee/4268056 to your computer and use it in GitHub Desktop.
https://developers.google.com/mobile/articles/fast_buttons?hl=de
//straight forwards solution to attach both listeners
$(element).bind("touchstart click",function(e){
e.preventDefault()// touchstatr will prevent click but also scroll. Read Link for a better solution
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment