我正在尝试添加Safari的网站图标。该图标显示在“添加到主屏幕”上。但是,当我尝试将其添加到收藏夹或书签时,它不会显示。 (它出现在模拟器中..)
<link rel="apple-touch-icon" href="/static/images/logo-ios.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/static/images/ios.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="/static/images/logo-ios.png"/>
<link rel="apple-touch-icon" sizes="144×144" href="/static/images/logo-ios.png"/>
我也有android的manifest.json,似乎不会影响safari中的任何内容
答案 0 :(得分:0)
您的logo-ios.png文件应为150x150像素,并且也应命名为apple-touch-icon.png。我不确定文件名是否重要。但是我相信大小是。