Search code examples
ionic-frameworkionic-view

Ionic start page image


Good evening, if I can in some way to replace this picture in ionic start page ?

[this image]


Solution

  • The splash screen image can be modified by adding a splash.png, splash.psd or splash.ai file within the resources directory at the root of the project[The source image's minimum dimensions should be 2208x2208 px].So there is no need of adding different images for different screen size's.

    Then use below command from terminal,

    $ ionic resources --splash
    

    Refer

    Automating-icons-and-splash-screens