You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
iOS uses the Snipe-IT logo as the app icon when using the "Add to Home Screen" function in Safari from the Snipe-IT Dashboard page.
The image logo.png does poorly as an app icon for two reasons:
iOS puts the transparent logo over black, resulting in black text on a black background.
It doesn't fit the square icon aspect ratio, so only part of the logo appears.
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
(Edit: Changed from feature request to bug report template.)
Please confirm you have done the following before posting your bug report:
Describe the bug
iOS uses the Snipe-IT logo as the app icon when using the "Add to Home Screen" function in Safari from the Snipe-IT Dashboard page.
The image logo.png does poorly as an app icon for two reasons:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Snipe-IT logo appears as the logo for the app.
Screenshots
Current app icon:
Possible replacement apple-touch-icon image:
App icon with replacement image:
Server (please complete the following information):
Smartphone (please complete the following information):
Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1
Error Messages
None
Additional context
The "apple-touch-icon" link tag in resources/views/layouts/default.blade.php specifies the icon image.
First added in 6736b1c in response to #7238.
The feature is documented here: Configuring Web Applications
The text was updated successfully, but these errors were encountered: