Skip to content

Instantly share code, notes, and snippets.

@marciobarrios
Created May 7, 2009 00:40
Show Gist options
  • Save marciobarrios/107844 to your computer and use it in GitHub Desktop.
Save marciobarrios/107844 to your computer and use it in GitHub Desktop.
para detectar navegador iPhone via javascript
if(navigator.userAgent.match(/iPhone/i)){
window.location = "/iphone/";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment