Opened 6 years ago
Closed 6 years ago
#32964 closed defect (bug) (fixed)
Site Icon: Add 192x192 site for Android devices
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch |
Focuses: | Cc: |
Description
Android uses 192x192 for home screen tiles and for favicons used when using the application switcher to change Chrome tabs.
Currently, if a 192x192 size is not provided, it falls back to Apple icon meta; however, this is deprecated and noted to be removed in a future version (https://developer.chrome.com/multidevice/android/installtohomescreen#icon)
See #16434 (master ticket)
Attachments (2)
Change History (8)
#2
@
6 years ago
- Keywords needs-refresh needs-unit-tests added
- Milestone changed from Awaiting Review to 4.3
Patch needs to be updated to take into account the unit tests that we now have for site_icon
#3
@
6 years ago
- Keywords needs-refresh needs-unit-tests removed
32964.2.patch amends the unit tests to account for a new default size. Ran phpunit
on a fresh copy of trunk, then with 32964.patch, then again with .2 to confirm that the original patch invalidated the tests and the .2 resolved.
Adds 192 in the size array and outputs it.