Skip to content

Instantly share code, notes, and snippets.

@srph
Created April 14, 2017 11:03
Show Gist options
  • Select an option

  • Save srph/e561f855afbde792fca656b9569ed95b to your computer and use it in GitHub Desktop.

Select an option

Save srph/e561f855afbde792fca656b9569ed95b to your computer and use it in GitHub Desktop.
Workaround for iPhone
+(function() {
var uagent = navigator.userAgent.toLowerCase()
if (uagent.search("iphone") !== -1) {
document.body.classList.add('-is-iphone')
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment