Skip to content

Retry and connectivity aware on images

closes #1912 (closed)

I added two new components that wrap the Fast Image component and adds the following features:

SmartImage: Wrap the fast-image and adds a retry n times when the images fetch fails ConnectivityAwareSmartImage: Wraps the previous one and add a listener for connectivity changes, if the image fails to load twice it shows an icon in his place. But if the connectivity service detects a change in the connection status of the device it tries to load the image again.

Edited by Martin Santangelo

Merge request reports