FFImageLoading: [Xamarin.Forms] CachedImage not loading on first viewing of page, but showing on second

I have a Xamarin.Forms app that has a header in a rather complex grid layout. When the page is loaded the first time, it does not show the header. If I go back and the reload the page, the header now shows and every time after that it shows. I’m using FFImageLoading 2.2.9. I’m using Xamarin.Forms 2.3.4.231. Any ideas why this might be occurring?

<ffimageloading:CachedImage Grid.Row="1"
            HorizontalOptions="FillAndExpand"
            VerticalOptions="FillAndExpand"
            DownsampleToViewSize="true"
            Source="header.png" />

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (4 by maintainers)

Most upvoted comments

@walkerj77 It’s implemented in upcoming 2.3.5

@daniel-luberda I get the same issue when loading images in a UITableView. Scrolling the UITableView so the cell is redrawn then displays the image again. I’ve installed 2.3.6 - Xamarin.IOS Thanks to @walkerj77 for the work-around 😃