I am getting some error messages in my web log file.
I have checked in all pages that I don't use these icons in my web application.
If no icons are specified using a link element, the website root directory is searched for icons with the apple-touch-icon... prefix. For example, if the appropriate icon size for the device is 58 x 58, the system searches for filenames in the following order:
To resolve, add 2 100×100 png files, save it as apple-touch-icon-precomposed.png and apple-touch-icon.png and upload it to the root directory of the server. After that, the error should be gone.
How to add an Apple touch icon # 1 Add <link rel="apple-touch-icon" href="/example.png"> to the <head> of your page:#N#Copy code#N#<!DOCTYPE html>#N#<html... 2 Replace /example.png with the actual path to your icon. More ...
Older versions of Safari will not add effects for icon files named with the -precomposed.png suffix. See First Steps: Identifying Your App in iTunes Connect for details. On iOS, similar to native applications, you can specify a launch screen image that is displayed while your web application launches.
Those are files for Apple iOS devices. Probably a user has added your website on their home screen. iOS then tries to find those images in order to create a nice icon for you. You can read more about that in the Safari documentation.
Like this one, which is actually a web app, but shows like a native app:
What you should do is create and add those images files. This will improve your user experience.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With