WP8 主屏幕上的站点图标 [英] Site icon on WP8 homescreen

查看:38
本文介绍了WP8 主屏幕上的站点图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

iOS、Android 甚至 BlackBerry 允许您指定在将页面加入书签到设备主屏幕时显示的图标.现在,Windows 8 允许您指定在页面固定到开始屏幕时显示的图标,如下所示:

iOS, Android, and even BlackBerry allow you to specify an icon that is displayed when you bookmark a page to the device's homescreen. And now Windows 8 allows you to specify an icon that appears when a page is pinned to the start screen as follows:

<meta name="msapplication-TileImage" content="logo144.png"/>

但是,这似乎不适用于 Windows 电话 8.对吗?WP8 中是否有其他方法可以指定我的 Google 忍者技能未能发现的要使用的图标(而不是屏幕截图)?

However, this doesn't seem to apply to Windows Phone 8. Is that correct? Is there some other way in WP8 to specify an icon to be used (instead of a screenshot) that my Google ninja skills have failed uncover?

推荐答案

对于 Windows Phone 8.1,您可以使用元标记指定图像、标题、磁贴颜色,甚至推送通知.名称使用

For Windows Phone 8.1 you can specify the image, title, colour of tile and even push notifications using meta tags. For the name use

<meta name="application-name" content="NAME HERE" />

对于瓷砖颜色

<meta name="msapplication-TileColor" content=" #009900" />

所有四种磁贴尺寸的标志

Logos for all four tile sizes

<meta name="msapplication-square70x70logo" content="smalltile.png" />
<meta name="msapplication-square150x150logo" content="mediumtile.png" />
<meta name="msapplication-wide310x150logo" content="widetile.png" />
<meta name="msapplication-square310x310logo" content="largetile.png" />

轮询比较复杂,所以所有的细节都是这里

Polling is more complex, so all the details are here

这篇关于WP8 主屏幕上的站点图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆