The image appears normal when running in the "ionic serve" but when I squeeze in a device ionic run android --device
it can not be loaded, strange that I put an alt in the img tag and can only display the alt, nothing appears.
My tag looks like this:
<img src="../assets/img/logomarcaSaf.png" class="logo" (click)="infor()">
What could be causing the image to load badly? I have another background that is much heavier and appears normally.