Package Exports
- @ionic-native/deeplinks
- @ionic-native/deeplinks/ngx
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ionic-native/deeplinks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Deeplinks
$ ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/
$ npm install --save @ionic-native/deeplinksUsage Documentation
Plugin Repo: https://github.com/ionic-team/ionic-plugin-deeplinks
This plugin handles deeplinks on iOS and Android for both custom URL scheme links and Universal App Links.
Supported platforms
- Android
- Browser
- iOS