JSPM

  • Created
  • Published
  • Downloads 2033
  • Score
    100M100P100Q125659F
  • License MIT

Ionic Native - Native plugins for ionic apps

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

Improve this doc

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 @ionic-native/deeplinks

Usage 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.

Please read the ionic plugin deeplinks docs for iOS and Android integration. You must add universal-links to your config.xml and set up Apple App Site Association (AASA) for iOS and Asset Links for Android.

Supported platforms

  • Android
    • Browser
    • iOS