Skip to content
Redirect mobile website users to your native iOS and Android (browser only)
JavaScript HTML Shell Makefile
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.editorconfig
.gitignore
LICENSE Initial commit
Makefile
README.md
bower.json
build.sh Released 0.2.1
deeplink.js
deeplink.min.js
demo.html Added: iOS iframe support
package.json
setver

README.md

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

Something went wrong with that request. Please try again.