JSPM

  • Created
  • Published
  • Downloads 1953
  • Score
    100M100P100Q125839F
  • License MIT

Ionic Native - Native plugins for ionic apps

Package Exports

  • @ionic-native/deeplinks

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 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/deeplinks

Usage Documentation

Plugin Repo: https://github.com/driftyco/ionic-plugin-deeplinks

This plugin handles deeplinks on iOS and Android for both custom URL scheme links and Universal App Links.

Supported platforms

  • iOS
  • Android
  • Browser