@amibug/callapp

1.0.0 • Public • Published

app唤起说明

引用方式

  • CommonJS方式
var callapp = require('@amibug/callapp');

调用

callapp.gotoPage(url, packageName[, forceIntent])

  • url: URL scheme
  • packageName: Android下客户端的包名称
  • forceIntent: true/false,默认为false,是否强制使用intent协议
// 如: app首页
callapp.gotoPage('', 'com.eg.android.xxx');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i @amibug/callapp

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

46 kB

Total Files

11

Last publish

Collaborators

  • amibug