Hello ,
I load an image from an url , ok that works
<ffimageloading:CachedImage HorizontalOptions="Center" VerticalOptions="Center"
WidthRequest="300" HeightRequest="300"
DownsampleToViewSize="true"
Source = "http://loremflickr.com/600/600/nature?filename=simple.jpg">
</ffimageloading:CachedImage>
But
Is it possible to to use the Source of the text of a label ??
Like this
<Label x:name="Internet" Text="http://loremflickr.com/600/600/nature?filename=simple.jpg" />