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:
Sachin SinghPosted Jul 30, 2021, 2:41 PM
نوستالژیک PaPosted Jul 30, 2021, 5:09 PM
Suppose the user takes a photo through the phone's camera and this photo is saved in a folder and wants to see this photo next time. The photo is stored in an internal folder.
Is there a way I can change Build Action via code Behind?
In other words, I want to be able to change Build Action at runtime