Skip to content

Instantly share code, notes, and snippets.

@jkulton
Created January 19, 2017 03:38
Show Gist options
  • Save jkulton/99a21a007636a1b1bf598912d7b3899f to your computer and use it in GitHub Desktop.
Save jkulton/99a21a007636a1b1bf598912d7b3899f to your computer and use it in GitHub Desktop.
Boolean for whether user is on Twitter for iPhone webview
var isIphoneTwitterAgent = navigator.userAgent.indexOf('Twitter for iPhone') > -1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment