All Projects → fkei → deeplink.js

fkei / deeplink.js

Licence: MIT License
Redirect mobile website users to your native iOS and Android (browser only)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to deeplink.js

capacitor-branch-deep-links
Capacitor plugin for branch.io deep links
Stars: ✭ 22 (+46.67%)
Mutual labels:  deep-links
swift-sdk
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Stars: ✭ 65 (+333.33%)
Mutual labels:  deep-links
iterable-android-sdk
Iterable's Android SDK. Receive and track pushes to Iterable from your Android app.
Stars: ✭ 19 (+26.67%)
Mutual labels:  deep-links
slinger
Slinger - deep linking library for Android
Stars: ✭ 26 (+73.33%)
Mutual labels:  deep-links
FranklinPay-iOS
Secure Dollar Wallet
Stars: ✭ 35 (+133.33%)
Mutual labels:  deep-links
Shortbread
Android library that creates app shortcuts from annotations
Stars: ✭ 1,803 (+11920%)
Mutual labels:  deep-links
Jlroutes
URL routing library for iOS with a simple block-based API
Stars: ✭ 5,528 (+36753.33%)
Mutual labels:  deep-links
Deeplinkdispatch
A simple, annotation-based library for making deep link handling better on Android
Stars: ✭ 4,108 (+27286.67%)
Mutual labels:  deep-links
node-deeplink
Easily create an endpoint in your web server that redirects deep links to mobile apps
Stars: ✭ 85 (+466.67%)
Mutual labels:  deep-links

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].