Ion-image not loading when entering the view

I’m using ion-img inside a ion-list, however sometimes the image is not loading, the user must exit and re-enter the page for the image to load.

My ionic info:

Ionic:

ionic (Ionic CLI) : 4.0.1
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.1.8

Cordova:

cordova (Cordova CLI) : 8.0.0
Cordova Platforms : android 7.0.0, browser 5.0.3, ios 4.5.4

Is there something that I can do to force the image to load when the view is loaded?

Thanks

You did read this, right?

Note: ion-img is only meant to be used inside of virtual-scroll

Yes I read it but I miss that part.

Thanks.