Ionic2 How to create Lazy loading for images with spinner

Once images is fully loaded sinner should dis disappear

You would need to create a component that handles this.

A simple search brings up a few results that should get you going.

On stackoverflow you could find a pretty simple way to achieve the display of a loader image while the image itself is loading.

Furthermore, the example display how to solve that goal without any further librairies.

2 Likes

Hi @vinothyadav , have you found any easy way to solve this problem?

Look my answer on Stackoverflow it could help you .