JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 568
  • Score
    100M100P100Q92409F
  • License MIT

TOAST UI Component: AppLoader for mobile deep-linking

Package Exports

  • tui-app-loader

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 (tui-app-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AppLoader

Launches an app on mobile web page.

Feature

  • Landing an app depending on installation
    • Launch an app when installed
    • Open store or Move to fallback url, when not installed

Documentation

Dependency

Test environment

  • Mobile
    • Chrome for android(Chromium 60)
    • Samsung browser(Chromium 37, 51)
    • Safari(iOS10)
    • Chrome Emulator

Usage

Use npm

Install the latest version using npm command:

$ npm install tui-app-loader --save

or want to install the each version:

$ npm install tui-app-loader@<version> --save

To access as module format in your code:

var AppLoader = require('tui-app-loader');
var instance = new AppLoader(...);

Use bower

Install the latest version using bower command:

$ bower install tui-app-loader

or want to install the each version:

$ bower install tui-app-loader#<tag>

To access as namespace format in your code:

var instance = new tui.AppLoader(...);

Download

License

MIT LICENSE