Replies: 3 comments
-
|
Try to put this inside the head: If that fails then the path might be wrong... |
Beta Was this translation helpful? Give feedback.
-
|
When you use a custom path (like /gridlink/), iOS doesn't always "hunt" for the icon automatically. It expects a very specific handshake. Here is how to fix it: 1. The HTML "Handshake"Since your icon isn't in the root directory, you must explicitly tell the browser where it is in the Add this line:
2. Common Technical "Gotchas"Even with the right code, these three things often break the process:
3. How to VerifyBefore you try adding it to your home screen, you can check if the link is being seen correctly:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, On iOS, the home screen icon for a website is detected using the 1. Make sure the tag exists in the <link rel="apple-touch-icon" href="https://paniaguai.github.io/gridlink/apple-touch-icon.png">2. Use a recommended icon size 3. Clear the cached icon on iPhone
4. Check file accessibility 5. Optional: provide multiple sizes <link rel="apple-touch-icon" sizes="180x180" href="https://paniaguai.github.io/gridlink/apple-touch-icon.png">If everything is correct, the icon should appear when the site is added to the home screen. If this solved your issue, please consider marking the answer as accepted so it can help others facing the same problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Has anyone been able to customize the iPhone Icon on iPhone Home Page from their github repository ?
Here is my code on
https://paniaguai.github.io/gridlink/
The code call:
(I have tried many different formats, this is the simplest)
The icon:
https://paniaguai.github.io/gridlink/apple-touch-icon.png
The Icon still does not show up-
Why ? How to ficx it ?
I can´t put put the icon at the root:
https://paniaguai.github.io/apple-touch-icon.png
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions