Created
October 29, 2013 09:04
-
-
Save Usse/7211268 to your computer and use it in GitHub Desktop.
Detect if the app is installed ( and in fullscreen mode )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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