1.0.1 • Published 4 years ago

fly-to-app v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

h5 唤起app


import { openApp } from 'fly-to-app'

openApp({
  source: '', // 带scheme地址  例如 lianjialink
  target: '', // 目标地址 例如http://m.ke.com
  iosBrowserUser: '', // 默认值micromessenger,weibo,mailapp,qq/
  androidToBrowserUser: '', // 默认值micromessenger,weibo,qq/
  cb: (os) => {
    console.log(os) // 
  }, 
})
1.0.1

4 years ago

1.0.0

4 years ago