Favicon not displaying in Firefox on iOS, despite correct <link rel="icon"> setup
I'm experiencing an issue where the favicon is not displaying in Firefox on iOS. The <link rel="icon" ...> and other favicon-related tags are correctly defined in t… (funda okungaphezulu)
I'm experiencing an issue where the favicon is not displaying in Firefox on iOS. The <link rel="icon" ...> and other favicon-related tags are correctly defined in the HTML <head>, and the icons are accessible at the specified URLs. All favicon files (including .ico, .png, .svg, .webmanifest) are located in the root of the project. The favicon displays correctly in Safari and Chrome on iOS, as well as in all major browsers on Android. Only Firefox on iOS fails to show the favicon, even though everything appears to be set up correctly.
Browser: Firefox 138.0 (54110) Devices: iPhone 13 iOS 18.3, iPhone 14 Pro Max iOS 18.4.1, iPad Pro iPadOS 17.7.6
Note: the issue does not occur in Firefox 137.2 — favicon displays correctly there.