question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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" />

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
daniel-luberdacommented, Mar 22, 2018

@walkerj77 It’s implemented in upcoming 2.3.5

1reaction
InquisitorJaxcommented, May 2, 2018

@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 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xamarin FFImageLoading.CachedImage not displaying at ...
I'm having some troubleshotting with FFImageLoading on xamarin, what is happening is that the image only seems to be displaying when the page...
Read more >
Xamarin UITest Listview Not Updated On Runtime
I have a uitest where I search client-side in listview. For example, if my listview has 2 items, when I open the page...
Read more >
How to blur an image in Xamarin Forms?
Hi i am displaying an Image - i want to blur that image - how can that be acheieved? I have tried using...
Read more >
Using FFImageLoading with .NET MAUI - YouTube
But you should only do so when transitioning from your Xamarin ... in my free time, and not officially affiliated with or endorsed...
Read more >
Xamarin.Forms — Xamarin Community Forums
Using FFImageLoading CachedImage however is not showing the image when I run my app whereas Image (Xamarin Image View) is showing it fine....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found