jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Fixing two issues with ToggleSwitch control #56

Closed davepruitt closed 1 year ago

davepruitt commented 1 year ago

Fixing two issues with the ToggleSwitch control: (1) The ToggleSwitch would still react to user interactions even if disabled (tested on Android 13), and (2) the ToggleSwitch's visual appearance did not match its actual value upon initialization.