xamarin / SignaturePad

MIT License
245 stars 150 forks source link

IsEnabled is not working in UWP #179

Open tsunchao opened 4 years ago

tsunchao commented 4 years ago

I am trying to disable the SignaturePad but it is not working in UWP. It is working great in android. I have tried using a global variable with OnPropertyChanged. And I have directly tried to set the IsEnabled="False" in the xaml and it is not working.