Skip to content

Instantly share code, notes, and snippets.

@Usse
Created October 29, 2013 09:04
Show Gist options
  • Save Usse/7211268 to your computer and use it in GitHub Desktop.
Save Usse/7211268 to your computer and use it in GitHub Desktop.
Detect if the app is installed ( and in fullscreen mode )
if(window.navigator.standalone == true) {
// My app is installed and therefore fullscreen
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment