How to detect if Xamarin.Forms Image control fails to load image from remote uri?
Vinayak Nikam
71
Reputation points
I'm using Xamarin.Forms Image control to load image from some https url. In case if control fails to load the image like
- no network connectivity
- not authorized to access the image url
- SSL certificate issue
I want to display some custom error view where I will provide ability to try reloading the image.
Is there any event on the Image control where such errors can be captured?
If not, is there any way to customize Xamarin.Forms Image control that notifies such network issues?
Highly appreciate if anyone helps for any pointers.
Sign in to answer