1.0.5 • Published 6 years ago

browser-call-app v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

install

npm install browser-call-app -S

use

import callUpApp from 'browser-call-app'

callUpApp.init(appConfig)
  .then(() => {
    // code
  })
  .catch(() => {
    // code
  })

desc

const appConfig = {
  // protocal
  PROTOCAL: 'xxxx',
  // app home page
  HOME: 'xxxxxx',
  // android apk info
  APK_INFO: {
    PKG: "xxx",
    CATEGORY: "android.intent.category.DEFAULT",
    ACTION: "android.intent.action.VIEW"
  },
  // link for fail
  FAILBACK: 'xxx'
  // timeout
  LOAD_WAITING: 3000
}

more info

https://github.com/AlanZhang001/H5CallUpNative

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago