Skip to content

Instantly share code, notes, and snippets.

View YogendraChauhan's full-sized avatar

Yogendra Kumar Chauhan YogendraChauhan

  • Bristlecone India Limited
  • Noida
View GitHub Profile
@YogendraChauhan
YogendraChauhan / index.html
Last active August 29, 2015 14:24 — forked from davidwkeith/index.html
Link directly to custom protocol handlers for mobile, without worrying if the user has your App installed. (Open existing app from mobile browsers or it will redirect you to play store app)
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>App Redirection</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>
function openApp()
{