Skip to content

Instantly share code, notes, and snippets.

@ethicka
Created November 10, 2013 18:17
Show Gist options
  • Save ethicka/7401785 to your computer and use it in GitHub Desktop.
Save ethicka/7401785 to your computer and use it in GitHub Desktop.
Add Chrome iOS class using head.js
head.ready(function() {
if(navigator.userAgent.match('CriOS')) head.feature("chrome-ios", true);
else head.feature("chrome-ios", false);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment