Skip to content

Instantly share code, notes, and snippets.

@mikedijkstra
Created May 17, 2016 13:49
Show Gist options
  • Save mikedijkstra/27a0d739f87f43c7e8f665c506a6b630 to your computer and use it in GitHub Desktop.
Save mikedijkstra/27a0d739f87f43c7e8f665c506a6b630 to your computer and use it in GitHub Desktop.
Open app or redirect to app store.
setTimeout(function () { window.location = "https://play.google.com/store/ap...";}, 25);
window.location = "appname://";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment