Windows 10/Edge pinned site tiles - caching/refreshing and inaccurate tile color rendering -


not sure if edge or more general windows 10 question, trying pinned site tile work i'm encountering rather strange behavior.

first of all, application tile images cached aggressively? seems once site pinned, changes relevant meta elements seem ignored. un-pinning, clearing browser cache , doing windows clean-up of temp files/temp internet files has no effect. removing meta elements, trying pin site, still reuses old ones. makes debugging/testing rather difficult. there i'm missing? how can tile information flushed?

secondly, seems specified msapplication-tilecolor not handled correctly - in example below i'm using transparent png files icons themselves, set tile color

<meta name="application-name" content="the paciello group (tpg)">  <meta name="msapplication-tilecolor" content="#1b75bc">  <meta name="msapplication-tileimage" content="/images/tpg-white-trans-144.png"> <meta name="msapplication-square70x70logo" content="/images/tpg-white-trans-70.png"> <meta name="msapplication-square150x150logo" content="/images/tpg-white-trans-150.png"> <meta name="msapplication-square310x310logo" content="/images/tpg-white-trans-310.png"> 

however, checking color that's used, seems closer #2672ec #1b75bc. because of color profile issue? color profile information in png affecting rendering of actual specific tile color?

although tile color nominally matches blue of site, it's rendered differently

same inaccurate color rendering on mobile

they messed up, first windows 10 release taking msapplication-tilecolor, after first mass update around 5th of august, took away tilecolor well, made default blue (or whatever user preferences are)

we need text color


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -