jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

TapGestureRecognizer Command is not getting raised after imagecircle.IsEnabled changes #351

Closed PantelisAr closed 7 years ago

PantelisAr commented 7 years ago

I have the control's IsEnabled property bound to a ViewModel property which is false when the page loads and a RelayCommand bound to a TapGestureRecognizer added to the control's GestureRecognizers collection.

The Command doesn't seem to be able to execute when the ViewModel property bound to IsEnabled changes to true.

jamesmontemagno commented 7 years ago

Does this work with a normal Image?

jamesmontemagno commented 7 years ago

If so please open at: https://github.com/jamesmontemagno/ImageCirclePlugin

PantelisAr commented 7 years ago

James, didn't test it with a simple image yet, will do a bit later and report back. I've got another "disabled" looking image overlapping the one I mention and I'm toggling their visibility as a workaround, which I totally hate.