07-28-2018, 02:08 PM
Hi,
It looks like some oddness in the favicons specified in /var/local/www/header.php.
Try commenting out the bolded lines below and see if it provides a fix on IOS. In my case after this change the "Add to home" popup offers the Add button and allows me to change the name and add it to the home screen :-)
<!-- favicons for desktop and mobile -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="/v4-apple-touch-icon.png">
<!--link rel="icon" type="image/png" sizes="32x32" href="/v4-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/v4-favicon-16x16.png">
<link rel="manifest" href="/manifest.json"-->
<link rel="mask-icon" href="/v4-safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff”>
I use the site https://realfavicongenerator.net to generate the favicons and its producing a slightly different set now then when I last generated them.
Needs more testing...
-Tim
It looks like some oddness in the favicons specified in /var/local/www/header.php.
Try commenting out the bolded lines below and see if it provides a fix on IOS. In my case after this change the "Add to home" popup offers the Add button and allows me to change the name and add it to the home screen :-)
<!-- favicons for desktop and mobile -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="/v4-apple-touch-icon.png">
<!--link rel="icon" type="image/png" sizes="32x32" href="/v4-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/v4-favicon-16x16.png">
<link rel="manifest" href="/manifest.json"-->
<link rel="mask-icon" href="/v4-safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff”>
I use the site https://realfavicongenerator.net to generate the favicons and its producing a slightly different set now then when I last generated them.
Needs more testing...
-Tim