Bug XenForo reports false positive for PWA installability

There is a bug in this version
K

Kirby

Guest
XenForo reports PWA as being installable when both icons (192x192 and 512x512) do have a non-empty value.

This is not a sufficient criteria, the icons need to be valid for PWA to be installable - specifically for Chrome this does mean that GIF or JPEG images do not qualify as valid icons.

XenForo should therefore check if the icons are PNG, SVG or WebP and only show PWA as being installable if this is the case.
(It probably might even make sense to show a warning if they are not PNG...

Read more

Continue reading...