CachedImage Auto Height
See original GitHub issueThis may be a dumb question, but is there not a way to have CachedImage
fill the width and have the height be whatever it needs to be in respect of the width? This is how the Image
tag works in Xamarin.Forms, but it doesn’t work properly for CachedImage
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:19 (7 by maintainers)
Top Results From Across the Web
Xamarin forms listview - show images full widh, auto height
When an image is taller than it is wide, show the image flush to the left and right with no margins, have the...
Read more >cached_network_image | Flutter Package
Flutter library to load and cache network images. Can also be used with placeholder and error widgets.
Read more >Images not displayed correctly in ListView - Height
Here is my background code. I use data-binding to achieve it. I can cacluate the ratio, then based the current page's height. You...
Read more >Work with cached images
The cached_network_image package allows you to use any widget as a placeholder. In this example, display a spinner while the image loads. content_copy....
Read more >Xamarin Forms Image with 100% of parent container width ...
Coding example for the question Xamarin Forms Image with 100% of parent container width and auto Height to maintain aspect ratio.
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
Just as @CarLoOSX said - it’s a thing we need to change in an upcoming major release. It’s mentioned in every FFImageLoading release notes.
Okay I’m not having this problem in iOS, but in Android the images doens’t appears, I thought it was this problem but I have corrected in MainActivity using this: CachedImageRenderer.Init(enableFastRenderer: true); CachedImage.FixedAndroidMotionEventHandler = true;
You can see the explanation in the release notes of the last version.