安卓 |主屏幕上的书签图标
添加书签并添加到我的主屏幕 60x60 图标未出现。 制作
<link rel="apple-touch-icon" href="images/iphone.png"/>
尺寸:60x60 像素。尝试过 8 位和 24 位 ping!不起作用。站点位于本地主机上,而不是“在线”。
在http://news.bbc.co.uk/sport上如果我添加书签并添加到我的主屏幕可以用了! 为什么? 他们使用:
感谢任何帮助
bookmark and add to my homescreen 60x60 icon does not apprear.
Make
<link rel="apple-touch-icon" href="images/iphone.png"/>
Size: 60x60 pixels. tried 8bit and 24bit ping! Does not work. Site is on a localhost and not 'online'.
on http://news.bbc.co.uk/sport if I bookmark and add to my homescreen it works! Why?
They use: <link rel="apple-touch-icon" href="/sol/shared/img/iphone-sport.png"/>
Any help appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为了让 Android 拾取图标,您需要一个预先组合的图标
这里也提到了 配置 Android Web 应用程序
For Android to pick up the icon you need a precomposed icon
Also mentioned here Configuring Android Web Applications
添加 57x57 png 图像,不添加任何光泽、透明等效果。书签图标的代码是:
我们可以对 iphone、ipod touch 和 ipad 使用相同的代码,但图标大小会有所不同。您可以在此处找到有关选项大小以及如何针对不同设备进行配置的更多信息:在 iPhone、iPad、iPod Touch 和 Android 主屏幕上添加书签图标
Add 57x57 png image without any effects like glossy, transparent. Code for the bookmark icon is:
We can use the same code for iphone, ipod touch and ipad but the icon sizes will differ. You can find more about options sizes and how to configure for different devices here: Adding Bookmark Icon On Home Screen IPhone, IPad, IPod Touch And Android