Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
imsam67 opened this issue May 4, 2022 · 1 comment
Open

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

imsam67 opened this issue May 4, 2022 · 1 comment

Comments

@imsam67
Copy link

imsam67 commented May 4, 2022

馃悰 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?

@Huntes
Copy link

Huntes commented Mar 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants