[Xamarin.Forms] CachedImage not loading on first viewing of page, but showing on second
See original GitHub issueI 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:
- Created 6 years ago
- Comments:16 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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 😃