我在
上试过这个Android应用横幅这是我的清单文件:
{
"short_name": "App",
"name": "Long App Name",
"icons": [{
"src": "images/logo.png",
"sizes": "144x144",
"type": "image/png"
}],
"start_url": "/order",
"prefer_related_applications": true,
"related_applications": [{
"platform": "play",
"id": "android id here"
}]
}
但它不适用于android chrome
我已经尝试了几个步骤:
启用chrome:// flags /#bypass-app-banner-engagement-checks
我还检查了应用程序选项卡上的chrome检查元素,我的manifest.json存在..
这是我如何在html页面链接它
<link rel="manifest" href="/manifest.json">
这个问题的根源是因为&gt;&gt;