1.0.2 • Published 7 years ago

launch-application v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

launchApplication

使用示例

import launchApplication from 'launch-application';

let url = 'xxx://open';

function success() {
  alert('success');
}

function fail() {
  alert('fail')
}

launchApplication(url, success, fail);

launchApplication(url, success, fail);

唤起桌面应用

参数

  • url 外链地址
  • success 成功回调
  • fail 失败回调

具体使用请参考 test

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago