1

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Shaddix
  • 5,901
  • 8
  • 45
  • 86

2 Answers2

2

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

Jesse Jiang
  • 955
  • 6
  • 8
1

Try putting Image control inside a frame control which will give a better view like button with drop shadow if you prefer. Plus use the Tapgesture

Renjith
  • 682
  • 4
  • 19