google chrome - Why is Android not using the 196x196 favicon? -


I've just added 1 9 6x196 favicon to a web page here. This favicon is commonly used by Google Chrome in the "Add to Homescreen" from Google Chrome. This big favicon is normally added to the homescreen, but this time, instead of the small 32x32 favicon is added to the home screen (and it is good Do not seem). Is there anyone who can see what is wrong here?

  https://dl.dropboxusercontent.com/u/848981/psych/bt/me/memory.html   

Code to add favicon Used on other pages (where it works):

  & lt; Link rel = "icon" href = "favicon-32x32 Png" size = "32x32" type = "picture / png" & gt; & Lt; Link rel = "icon" href = "favicon-196x196.png" size = "196x196" type = "image / png" & gt;   

UPDATE I have just tested one of the other sites, actually the 196x196 icon is used (if I use the 32x32 icon Link), but it has been shown on the home screen as if it was a small icon!

The recommendation to use 196x196 is here:

So I think this is a bug in Chrome (a regression) I will report it. ()

Google Chrome developers have now changed their recommendations and have fixed problems to the homescreen The size of the favorite favicon to add is now 192x192.

Please see (196x196 icon will also work now.)

And the site that created my favorite icon has been changed to provide 192x192 (instead of 196x196)!

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -