简体   繁体   English

Live Tiles UWP Windows 10 - 不更新livetiles队列

[英]Live Tiles UWP Windows 10 - Not Update livetiles queue

I Have an problem, and I do not identify what are wrong. 我有问题,我不知道出了什么问题。 I use Notification Visualizer app for preview my Tiles. 我使用Notification Visualizer应用程序预览我的Tiles。

I have one XML template, and this work with somes images and for another not work, by example: 我有一个XML模板,这个工作与一些图像和另一个不工作,例如:

My Template XML for tile: 我的模板XML for tiles:

    <tile>
  <visual branding="nameAndLogo">
    <binding template="TileMedium">
          <image src="http://vignette2.wikia.nocookie.net/fantendo/images/2/25/Mario_Artwork_-_Super_Mario_3D_World.png/revision/latest?cb=20131025223058.png" placement="peek" hint-overlay="20"/> 
          <image src="http://s3.amazonaws.com/media.eremedia.com/uploads/2012/08/24111405/stackoverflow-logo-700x467.png" placement="background"/> 
    </binding>
  </visual>
</tile>

The problem are: 问题是:

Url 1 (Work - Applied on template above) = " http://gcn.net.br/dir-arquivo-imagem/2015/09/20150914133707_34730594.jpg " 网址1(工作 - 在上面的模板上应用)=“ http://gcn.net.br/dir-arquivo-imagem/2015/09/20150914133707_34730594.jpg

Url 2 (not work - If you change url above for this) = " http://vignette2.wikia.nocookie.net/fantendo/images/2/25/Mario_Artwork_-_Super_Mario_3D_World.png/revision/latest?cb=20131025223058.png " 网址2(无法正常工作 - 如果您更改上面的网址)=“ http://vignette2.wikia.nocookie.net/fantendo/images/2/25/Mario_Artwork_-_Super_Mario_3D_World.png/revision/latest?cb=20131025223058。 png

When i put this template on Notification Visualizer app, the preview work perfectly but when I pin the Tile, not work. 当我将此模板放在Notification Visualizer应用程序上时,预览工作完美,但是当我固定Tile时,无法正常工作。 The problem are the same when I apply this on my application. 当我在我的应用程序上应用它时,问题是相同的。

Why tile work with some url and anothers not work? 为什么使用某个网址和其他无法工作?

Someone help me? 谁来帮帮我?

Thanks 谢谢

There is a 200KB (and 1024x1024 pixel limit) on images that are shown on tile updates. 在图块更新上显示的图像上有200KB (和1024x1024像素限制)。 The image pointed to in your second URL is above this limit, which explains why the update is not being rendered. 第二个URL中指向的图像高于此限制,这解释了未呈现更新的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM