苹果触摸图标svg支持

时间:2013-03-29 19:20:46

标签: svg apple-touch-icon

是否可以(或很快支持)用一个SVG替换所有触控图标?

所以,而不是;

<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png">

......只是一个;

<link rel="apple-touch-icon" href="/apple-touch-icon.svg">

1 个答案:

答案 0 :(得分:6)

不幸的是,iOS目前还不支持SVG图标。它很快就会得不到支持。 android也不支持它。

<强>更新
看起来Safari开始支持SVG favicons

请参阅: http://caniuse.com/#feat=link-icon-svg

要在Safari中为固定标签添加svg图标,您需要添加:

<link rel="mask-icon" href="website_icon.svg" color="red">