一个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地址

相关文章:

  • 2021-07-31
  • 2021-12-04
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-07-03
  • 2022-02-24
猜你喜欢
  • 2021-12-29
  • 2022-12-23
  • 2021-12-13
  • 2022-01-12
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案