On Android I am able to keep the user from clicking any cell within a grouped ListView by setting IsEnabled to false. This seems to have no effect on iOS. Is this a bug? And if so, is there a workaround?
More information:
- Using Xamarin.Forms 1.4.0
- I'm binding IsEnabled to an IsBusy property on the ViewModel with a negation converter
- The setup is working as expected on Android, but has no effect on iOS