You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have attached a small demo app. Screenshot from Android emulator:
Two labels - one has IsEnabled="true" and the other has IsEnabled="false":
Tap the Enabled label and the upper of the two counters increment on both Android and iOS.
Tap the Disabled label and the lower of the two counters increments on iOS only. On Android, it behaves as I'd expect it to (and did in Xamarin forms for both platforms) and doesn't increment.
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Description
I have attached a small demo app. Screenshot from Android emulator:
Two labels - one has IsEnabled="true" and the other has IsEnabled="false":
Tap the Enabled label and the upper of the two counters increment on both Android and iOS.
Tap the Disabled label and the lower of the two counters increments on iOS only. On Android, it behaves as I'd expect it to (and did in Xamarin forms for both platforms) and doesn't increment.
Steps to Reproduce
See description above
Link to public reproduction project repository
https://github.com/smegleyshire2/MauiBugDemoApp2
Version with bug
8.0.61 SR6.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.5
Did you find any workaround?
Workaround is to check the IsEnabled state of the label in the tap handler and do nothing if it is false.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: