Open
Description
Description
On iOS GestureRecognizers don't work (like disabled) on Span in a Label.FormattedText, which doesn't get IsVisible update from its parent (Grid for ex.) when parent have changing binded IsVisible.
The workaround is to add same as parent IsVisible={Binding ..} to child Label.
The PR fixes this behavior. But it was recently reverted, so maybe the issue requires another fix.
Sorry, I don't have time to make a small demo. I hope the guys will come up with a fix in the corresponding PR. If not, I'll make a small example demonstrating the problem later.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.60 SR6
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response