我通过Google构建了“天气”示例应用。
它在我的Android手机上安装得很好。
我在Win10上使用VSCode添加了“ beforeinstallprompt”事件代码,并且能够在桌面上安装(从localhost:8887加载),但是它一直显示地址栏...
我找不到控制该文件的位置/方式,文档受到限制(已过时?)。
这是manifest.json文件的一部分:
"name": "Weather",
"short_name": "Weather",
"scope": "/",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#3E4EB8",
"theme_color": "#2F3BA2",
"icons": [{
"src": "images/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
}, {... more icon sizes...
有任何建议吗?
谢谢!