-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
add apple-touch-icon #10006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add apple-touch-icon #10006
Conversation
Can we add the precomposed thing for android whilst we're at it? |
I think Android requires a |
Codecov Report
@@ Coverage Diff @@
## master #10006 +/- ##
==========================================
+ Coverage 42.25% 42.27% +0.01%
==========================================
Files 610 610
Lines 80372 80372
==========================================
+ Hits 33965 33976 +11
+ Misses 42230 42218 -12
- Partials 4177 4178 +1
Continue to review full report at Codecov.
|
Not according to the link I put on the issue... but if you're sure. |
Yeah, that Android advice seems strange, I would not implement it like that. I think Android mostly just uses our existing If we want to support add-to-homescreen on Android, we should do https://developers.google.com/web/fundamentals/web-app-manifest, but I don't see much need for that as Gitea hardly qualifies as an "app". |
favicon.png
conveniently is already in the correct size.Fixes: #10003