xamarin/SignaturePad

IsEnabled is not working in UWP

tsunchao opened this issue · 0 comments

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.