Search code examples
cordovaionic-frameworkionic-view

Show white header show when navigate page in Ionic


When I navigate from one page to another in place of header show white header(Reload header) every time.

enter image description here

I remove cache: false from every piece of code, but still it shows.

Please help me. It's annoying.


Solution

  • I simply use below CSS code and my problem solved :)

    ion-view{
     background-color: #2f354a !important; //use color which is used in header color
    }