Here’s my code:
<Circle Width="100" Height="100">
<Stroke Width="1">
<SolidColor Color="#fff" />
</Stroke>
<ImageFill Url="https://s3.ap-south-1.amazonaws.com/medic-buck/54406__22.jpg"/>
</Circle>
I’m getting HttpImageSource-failed-conversion error.
Is it possible in fuse to load images directly from s3 url’s?