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
The current implementation doesn't support setting multiple images for apple-touch-icon.
What does the proposed API look like?
The easies way would be to keep using the current scheme that is being used with faviconXX, meaning that we'd have appleTouchIcon76, appleTouchIcon120, ...152, ...180, etc...
I'm willing to submit a patch if you're OK with this method.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
The current implementation doesn't support setting multiple images for
apple-touch-icon
.What does the proposed API look like?
The easies way would be to keep using the current scheme that is being used with
faviconXX
, meaning that we'd haveappleTouchIcon76
,appleTouchIcon120
,...152
,...180
, etc...I'm willing to submit a patch if you're OK with this method.
The text was updated successfully, but these errors were encountered: