Home > Enterprise >  Ionic App Icon not appearing in task / applications view
Ionic App Icon not appearing in task / applications view

Time:09-22


I just got into ionic and I made my first app.
I would like to know how to change the icon that is presented here:

enter image description here

I did already change the normal icon that is displayed, like so :

enter image description here
I have checked the docs and also have been scouring the whole internet to figure out how to fix this.

CodePudding user response:

Turns out that the command

ionic cordova res

didn't replace the small icons.

  • Related