无法在iPad上的Safari Mobile中显示书签图标

时间:2014-09-30 20:08:41

标签: ios mobile web mobile-safari mobile-website

我的任务是创建一个代表网站的图标,当用户在iOS设备上为其添加书签时。在关于该主题的一些教程之后,我将以下内容添加到了我的页面的<head>部分。

<link href="http://mywebthingy/CDN/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="http://mywebthingy/CDN/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
<link href="http://mywebthingy/CDN/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
<link href="http://mywebthingy/CDN/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />

在主屏幕上添加链接到页面时,这非常有效。但是,当我在Safari中添加它作为书签时,我似乎无法使用它,就像苹果和迪士尼链接在浏览器的默认安装上一样。我觉得还有别的东西需要做才能让它正常工作,但我无法在网上找到任何东西。

0 个答案:

没有答案