jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Feature Request - TapGestureRecognizer Support Required #39

Closed nbaua closed 6 years ago

nbaua commented 7 years ago

Hi James,

I tried using the TapGestureRecognizer with the plug-in, However couldn't find the support built-in. Also since this is the plug-in it won't recognize the following code (at least I don't know a better way)

<controls:CircleImage.GestureRecognizers> <TapGestureRecognizer Tapped="{Binding OpenGalleryCommand}" NumberOfTapsRequired="1" /> </controls:CircleImage.GestureRecognizers>

Can you please approve this feature request as in upcoming versions? Appreciate your every work, very Thanks.

Regards, N Baua

nbaua commented 6 years ago

My Bad, I never noticed I had to use Command - not the Tapped.