FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

Images from URL don't show at all on iOS in Xamarin Forms 5 app

Open imsam67 opened this issue 3 years ago • 1 comments

🐛 Bug Report

I use this package to display a set of images uploaded by users -- which can be large in size -- in a "Media Gallery" fashion in my Xamarin Forms 5 app.

The net effect so far is that on Android, image load times have gotten even slower than before but on iOS, images don't show at all. Two important points:

  1. I'm displaying -- or at least trying to display -- images in a CollectionView
  2. All image sources are a URLs and NOT local images

Here's a detailed explanation of the problem on SO: https://stackoverflow.com/questions/72106322/after-installing-ffimageloading-images-dont-show-at-all

Any idea what maybe causing this issue?

imsam67 avatar May 04 '22 05:05 imsam67

I had the same problem on iOS, I tried to view the listview/collectionview but without success, I ended up removing the ffimageloading and using the native image of XamarinForms, working with CachingStrategy

Huntes avatar Mar 23 '23 13:03 Huntes