Event Listener for img

Hi,

I have searched a lot for an image lazy loader in ionic 2. I couldn’t find a good solution.
I was wondering how I can implement my own lazy loader by listening to img and check if it is loaded or a good image lazy loader.

I used ion-img but I have to use it in virtualScroll which is not needed in my page. I would appreciate it if someone could help me with this.

Using (load) on images helped me and I could understand that the image is fully loaded