You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
🐛 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:
CollectionView
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?
The text was updated successfully, but these errors were encountered: