0
votes

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

1
Can you add your manifest.json file?jess
Perhaps ask someone else new to check your PWA on their device and they see the same? Just to make sure you do not have anything cached.Mathias
Thanks jess and Mathias. I got solution using clear mobile chrome storage.Hitesh Patel

1 Answers

2
votes

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