一个h5唤醒app的工具包
https://github.com/suanmei/callapp-lib
const option = {
scheme: {
protocol: 'googlechrome',
},
outChain: {
protocol: 'googlechrome',
path: 'navigate',
key: 'url=https://av.syocn.com/?i=',
},
appstore: 'null',
yingyongbao: '//a.app.qq.com/o/simple.jsp?pkgname=com.android.chrome',
fallback: 'https://av.syocn.com/chrome_download.html',
timeout: 2000,
};
lib.open({
path: ''
});
启动手机chrome 的 url Schema
googlechrome://navigate?url=要打开的url地址