Search code examples
xamarinxamarin.formsffimageloading

Load image from URI into Button in Xamarin.Forms using FFImageLoading


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 :)


Solution

  • You can add Tap gesture on a image instead of button https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/gestures/tap/