Skip to content

Instantly share code, notes, and snippets.

View way2ex's full-sized avatar
😁
Working

Justin Zhu way2ex

😁
Working
View GitHub Profile
@way2ex
way2ex / index.html
Created November 11, 2022 07:47 — forked from mcxiaoke/index.html
detect app installed in browser
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>App Redirection</title>
</head>
<body>
<!-- iframe used for attempting to load a custom protocol -->
<iframe style="display:none" height="0" width="0" id="loader"></iframe>