Images from URL don't show at all on iOS in Xamarin Forms 5 app
🐛 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:
- I'm displaying -- or at least trying to display -- images in a
CollectionView - 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?
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