Created
May 17, 2016 13:49
-
-
Save mikedijkstra/27a0d739f87f43c7e8f665c506a6b630 to your computer and use it in GitHub Desktop.
Open app or redirect to app store.
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
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