deeplink.js
v0.4.1
Published
Redirect mobile website users to your native iOS and Android (browser only)
Downloads
1
Readme
deeplink.js
Redirect mobile website users to your native iOS and Android (browser only)
Use
<script src="./deeplink.js"></script>
<script>
deeplink.launchiOS({
storeLink: "https://itunes.apple.com/jp/app/twitter/id333903271?mt=8",
urlScheme: "twitter://timeline"
});
</script>
Use twitter app to sample.
Install
npm install deeplink.js
or
bower install deeplink.js
Build
$ make build # output: sua.min.js
LICENSE
@see : LICENSE