Skip to content

Instantly share code, notes, and snippets.

@jschmid
Created July 2, 2015 12:03
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 jschmid/2f3adbeb37ff0b45a641 to your computer and use it in GitHub Desktop.
Save jschmid/2f3adbeb37ff0b45a641 to your computer and use it in GitHub Desktop.
How Whatsapp does the app redirection
<script>window.location = "whatsapp://r?c=212687";setTimeout(function(){window.location="http://v.whatsapp.com/212687?s=1";},0);</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment