Skip to content

Instantly share code, notes, and snippets.

@rolka
Created January 6, 2014 10:04
Show Gist options
  • Select an option

  • Save rolka/8280654 to your computer and use it in GitHub Desktop.

Select an option

Save rolka/8280654 to your computer and use it in GitHub Desktop.
jQuery: detect iPad
if(navigator.userAgent.match(/iPad/i)) {
viewport = document.querySelector("meta[name=viewport]");
viewport.setAttribute('content', 'width=380px');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment