[iOS] Avoid non-UIElement
items in ChildrenShadow
#18474
Labels
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
platform/ios 🍎
Categorizes an issue or PR as relevant to the iOS platform
What would you like to be added
In some cases, iOS adds custom temporary
UIViews
(accessibility/input related). as children of ourUIElements
. This is a problem asChildren
as aUIElementCollection
assumes that there will be nonull
items. Hence we need to make sure to filter away the non-UIElement
children and avoid their projection toChildren
asnull
Why is this needed
Reliability.
For which platform
iOS
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: