Skip to content

Instantly share code, notes, and snippets.

@martinwolf
Last active December 16, 2015 12:19
Show Gist options
  • Save martinwolf/5433355 to your computer and use it in GitHub Desktop.
Save martinwolf/5433355 to your computer and use it in GitHub Desktop.
JS: Homescreen App or not
if(navigator.standalone === undefined || !!navigator.standalone) {
// if added to home screen do this
} else {
// if opened in mobile safari do this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment