When I navigate from one page to another in place of header show white header(Reload header) every time.
I remove cache: false
from every piece of code, but still it shows.
Please help me. It's annoying.
I simply use below CSS code and my problem solved :)
ion-view{
background-color: #2f354a !important; //use color which is used in header color
}