Xamarin.Forms.Image Does Not Appear
See original GitHub issueThe Image does not appear when HorizontalOptions = LayoutOptions.CenterAndExpand
Reproduction Sample: https://github.com/brminnick/GlideX_HorizontalOptions_Repro
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Xamarin Forms, with Release mode, some pictures do not ...
Xamarin Forms, with Release mode, some pictures do not appear on the real device (Android) Images appear on the emulator with Debug and...
Read more >Xamarin forms: Android 11 : Embedded resource images ...
I created a basic demo to display the embedded resource image on Android 11, it works as expected. The Resource ID should contain...
Read more >Image Not Showing In Xamarin Forms App in release ...
After some tests it seems that if i unchek Bundle assemblies into native code i have my images in the Assembly properties ->...
Read more >Android – Xamarin Forms image not showing
I have a Xamarin Forms (2.0) Android app where I'm trying to show an image. I've got an icon called icon-pages-r1.png which I'm...
Read more >How to Display Image in Xamarin Forms - YouTube
LIKE | COMMENT | SHARE | SUBSCRIBE Welcome to Xamarin Forms Tutorials in Bangla, Today I will describe, How to Show ...
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 Free
Top 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
In some layouts you should try setting
HeightRequest
orWidthRequest
.The problem is a conflict in how Glide and Xamarin.Forms work: https://github.com/jonathanpeppers/glidex/issues/10#issuecomment-433109852
Image in StackLayout Doesn’t Appear
Here’s another example where the image doesn’t appear; this time when it’s inside of a
StackLayout
Workaround
Specifying a value for
HeightRequest
will allow the image to appear