I have many images that have:
<HttpImageSource />
The problem is that some times (in IOS) some images dont load. I try to put some logic like this but I think that is not the correct way…
When the Url path is set I run a timer of 12 seconds and I trigger this method:
void VerificarUrl()
{
StateUrl = MyImage.State.ToString();
if(StateUrl != "1"){
MyImage.Reload();
}
Also the loading times of the images in the devices is very slow!