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
- API : https://nhnent.github.io/tui.app-loader/latest
- Tutorial : https://github.com/nhnent/tui.app-loader/wiki
- Sample - https://nhnent.github.io/tui.app-loader/latest/tutorial-examples01-button.html
Dependency
- tui-code-snippet: ^1.2.5
- ua-parser-js: ^0.7.4
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(...);