Hitesh Patel
Hitesh Patel

Reputation: 35

Not able to update angular icon in PWA android app splash screen

I am developing a progressive web app using angular 7 and I am facing the issue of PWA application splash screen icon in android device. I have updated all sizes icon of suggested in manifest.json

But still, the splash screen icon shows the angular icon instead of the provided icon.

icon-72x72.png icon-96x96.png icon-128x128.png icon-144x144.png icon-152x152.png icon-192x192.png icon-384x384.png icon-512x512.png

I have added above sizes in the manifest.json

Upvotes: 1

Views: 2046

Answers (1)

Mathias
Mathias

Reputation: 4569

Make sure you clear the cache for the browser you are testing with.

Upvotes: 4

Related Questions