Skip to content

Instantly share code, notes, and snippets.

@hemraj7171
Last active June 30, 2017 10:39
Show Gist options
  • Save hemraj7171/3a5227821a6a14e983be6588a6393d7c to your computer and use it in GitHub Desktop.
Save hemraj7171/3a5227821a6a14e983be6588a6393d7c to your computer and use it in GitHub Desktop.
Detect MAC Device using JavaScript
if(navigator.userAgent.indexOf('Mac') > 0) {
alert("I am MAC");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment