Skip to content

Instantly share code, notes, and snippets.

@Adoonq
Last active February 17, 2018 14:01
Show Gist options
  • Select an option

  • Save Adoonq/a191efcc63943e80d9735427ace029b3 to your computer and use it in GitHub Desktop.

Select an option

Save Adoonq/a191efcc63943e80d9735427ace029b3 to your computer and use it in GitHub Desktop.
IPhone Hover
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
$('a').click(function() {});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment