Is there any way to load Image
into Xamarin.Forms Button
from URL?
It seems that button itself only support FileImageSource
.
Sure, I can download image and then manually put it into Button
, but I hope someone has done this already in reusable fashion :)
You can add Tap gesture on a image instead of button https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/gestures/tap/