Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
In some cases, iOS adds custom temporary UIViews (accessibility/input related). as children of our UIElements. This is a problem as Children as a UIElementCollection assumes that there will be no null items. Hence we need to make sure to filter away the non-UIElement children and avoid their projection to Children as null
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