[Solved] Image in ion-nav-title not displayed correctly

Hi guys,

I have the problem that sometimes the image in my ion-nav-title isn’t displayed correctly after changing views, it’s like they are not fully loaded and that parts are missing. The img is stored locally in my /img folder.

I have also preloaded it with $ImageCacheFactory.Cache,

any suggestions ?

Solved

In my ion-nav-title I also had 2 Buttons (Login & Logout), using ng-show/hide to show either one of them.

I replaced ng-show with ng-if and it works fine now