Skip to content

Instantly share code, notes, and snippets.

@katapad
Created March 31, 2014 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katapad/9890559 to your computer and use it in GitHub Desktop.
Save katapad/9890559 to your computer and use it in GitHub Desktop.
Android GALAXY S4で標準ブラウザなのにUAに「Chrome」と書いてあるのをみやぶるコード ref: http://qiita.com/katapad/items/e3bf59f6f326728a6e5a
isS4Browser = ua.indexOf('SC-04E') > -1 and ua.indexOf('Version') > -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment