0.4.1 • Published 8 years ago

deeplink.js v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

0.4.1

8 years ago

0.4.0

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago