Skip to content

Instantly share code, notes, and snippets.

@lancevo
Created March 11, 2015 17:53
Show Gist options
  • Save lancevo/66a65b98eb3e13bf3ce7 to your computer and use it in GitHub Desktop.
Save lancevo/66a65b98eb3e13bf3ce7 to your computer and use it in GitHub Desktop.
check to see if the webpage open from iOS home screen (web app)
var standaloneMode = window.navigator.userAgent.indexOf('iPhone') != -1 && window.navigator.standalone == true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment