B
B
Bogdan2020-11-02 19:36:31
Browsers
Bogdan, 2020-11-02 19:36:31

Edge (Chromium) doesn't understand meta tags for icons?

Hello. Don't tell me? Edge 86 doesn't understand meta tags nor browserconfig.xml file

<head>
...
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-square70x70logo" content="/mstile-70x70.png">
<meta name="msapplication-square150x150logo" content="/mstile-150x150.png">
<meta name="msapplication-wide310x150logo" content="/mstile-310x310.png">
<meta name="msapplication-square310x310logo" content="/mstile-310x150.png">

<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
...
</head>


browserconfig.xml
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
  <msapplication>
    <tile>
      <square70x70logo src="/mstile-70x70.png"/>
      <square150x150logo src="/mstile-150x150.png"/>
      <square310x310logo src="/mstile-310x310.png"/>
      <TileColor>#ffffff</TileColor>
    </tile>
  </msapplication>
</browserconfig>


On the network tab, only the "/favicon.ico" file is loaded.
If the site is added as an application, then there are only 2 sizes and the resolution is not at all the same as that specified in the meta tags.

5fa03554a3155365105652.png
Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question