Skip to content

Instantly share code, notes, and snippets.

@c3ry5
Last active November 4, 2018 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c3ry5/5781734 to your computer and use it in GitHub Desktop.
Save c3ry5/5781734 to your computer and use it in GitHub Desktop.
detect if the website has been saved as a webapp
const webappDetect = () => ("standalone" in window.navigator) && window.navigator.standalone;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment