Images in Xamarin forms

Jul 30 2021 2:34 PM

Some images are not displayed on the image object(Xamarin forms), especially those taken with the phone's camera.
Are there any rules for displaying an image?
I did not find anything to help me in the Microsoft documentation!

For example, I put this image and it was not displayed

But this one is displayed!

My Code is Simple:

<Image Source="Moto.jpg" VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand" />


Answers (2)