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.
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.