Skip to content

Instantly share code, notes, and snippets.

@ntreadway
Created November 13, 2010 03:34
Show Gist options
  • Save ntreadway/675054 to your computer and use it in GitHub Desktop.
Save ntreadway/675054 to your computer and use it in GitHub Desktop.
Jquery ipad /Haml detection
- content_for :js do
- javascript_tag do
var agent=navigator.userAgent.toLowerCase();
var is_ipad = (agent.indexOf('ipad')!=-1);
if (is_ipad) {
$('body').css('-webkit-background-size', '1024px 1024px');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment