Skip to content

Instantly share code, notes, and snippets.

@makingthingswork
Created August 21, 2019 08:09
Show Gist options
  • Save makingthingswork/72765f6ef79d30c53d80fc4dddbab0d1 to your computer and use it in GitHub Desktop.
Save makingthingswork/72765f6ef79d30c53d80fc4dddbab0d1 to your computer and use it in GitHub Desktop.
Check for iOS and add class to html
if(navigator.userAgent.toLowerCase().match(/(iphone|ipod|ipad)/)) { $('html').addClass('ios'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment