从主屏幕加载时,我的网站没有显示新的启动画面(https://developers.google.com/web/updates/2015/10/splashscreen),尽管我链接了一个清单。因此,我相信,我的表现无效。
这是index.php代码:
<link rel="manifest" href="sharedcode/webappmanifest.json">
这是完整的webappmanifest.json代码:
{
"short_name": "Igel100",
"name": "Igel100",
"start_url": "./?utm_source=web_app_manifest",
"icons": [
{
"src": "/projekte/igel100/data/webappicon.png",
"sizes": "512x512",
"type": "image/png"
},
],
"background_color": "#9fa8da",
"theme_color": "#ccccff",
"display": "standalone",
"orientation": "any"
}
答案 0 :(得分:1)
从表面上看,清单看起来还不错,这里有几件你也可以检查的事情: