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 splash screen functionality described here uses a pretty high res image. In order to use the native image without scaling it must be 128dp, which converts into some pretty hi-res images.
They start at 192px for older phones and go up to 512px.
In all, these sizes should be generated with manifest icon entries created: 192, 256, 384, 512
The splash screen functionality described here uses a pretty high res image. In order to use the native image without scaling it must be 128dp, which converts into some pretty hi-res images.
They start at 192px for older phones and go up to 512px.
In all, these sizes should be generated with manifest icon entries created:
192, 256, 384, 512
More details here: GoogleChrome/lighthouse#291
The text was updated successfully, but these errors were encountered: