Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webber not finding Icons #55

Open
jwise-mfg opened this issue Mar 7, 2022 · 1 comment
Open

Webber not finding Icons #55

jwise-mfg opened this issue Mar 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jwise-mfg
Copy link

jwise-mfg commented Mar 7, 2022

I have the following metadata in my web site, but webber does not find any icon to use.
Environment is UBports Ubuntu Touch 16.04 (OTA-22) on a Pixel 3a (sargo)

Any advice? Chrome, Firefox and Safari all find the icons, and Android and iOS show them when adding to their respective launchers.

<head>
<title>Check Mate HD</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf8"/>
<!-- icons -->
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="icon" href="icon.png" type="image/png">

<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="256x256"  href="icons/icon-256.png">
<link rel="icon" type="image/png" sizes="192x192"  href="icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
@timsueberkrueb timsueberkrueb added the bug Something isn't working label Jul 13, 2023
@timsueberkrueb
Copy link
Owner

Does this issue persist in the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants