We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm 版本号: 版本3.5.1
配置 Option: const options = { universal: { host:"api.nani.tech", }, //要打开的 APP 的标识 intent: { package: "tech.nani.www.nani", //包名 scheme: "lunfou", }, scheme: { protocol: 'lunfou', host:'api.nani.tech' }, //apple store appstore: "https://apps.apple.com/cn/app/id1411186227", //应用宝 yinyongbao: "https://a.app.qq.com/o/simple.jsp?pkgname=tech.nani.www.nani", fallback:window.location.host, //唤端失败后跳转的地址 };
IOS qq和qq浏览器无法唤起app,ios自带浏览器和UC没有问题,android qq没有问题 android 微信无法唤起app,ios没有问题
The text was updated successfully, but these errors were encountered:
同问,如何解决
Sorry, something went wrong.
No branches or pull requests
npm 版本号:
版本3.5.1
配置 Option:
const options = {
universal: {
host:"api.nani.tech",
}, //要打开的 APP 的标识
intent: {
package: "tech.nani.www.nani", //包名
scheme: "lunfou",
},
scheme: {
protocol: 'lunfou',
host:'api.nani.tech'
},
//apple store
appstore: "https://apps.apple.com/cn/app/id1411186227",
//应用宝
yinyongbao: "https://a.app.qq.com/o/simple.jsp?pkgname=tech.nani.www.nani",
fallback:window.location.host, //唤端失败后跳转的地址
};
IOS qq和qq浏览器无法唤起app,ios自带浏览器和UC没有问题,android qq没有问题
android 微信无法唤起app,ios没有问题
The text was updated successfully, but these errors were encountered: