Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
I've placed a Label as well as a CollectionView with Label in ItemTemplate inside a Popup control. On Android, I see none of the text I place in labels -- see screenshot. There should be a title displayed above the CollectionView inside the ``Popup`. There should also be fruit names inside the gray boxes/borders.

I see another issue where they talk about a similar issue if the Label is within a Frame. In my case, I have Label controls both inside a Border as well as outside. None of the Label's are showing anything.
Expected Behavior
Labels should simply display the text.
Steps To Reproduce
- Add a new
Popup to a .NET MAUI app
- Place a
Label control in the Popup making sure the color is set to something that will be visible
You can also download the code to the public repo I'm providing.
Link to public reproduction project repository
https://github.com/iQuestLLC/test-maui
Environment
- .NET MAUI CommunityToolkit: 7.0.0
- OS: Android
- .NET MAUI: 8
Anything else?
No response
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
I've placed a
Labelas well as aCollectionViewwithLabelinItemTemplateinside aPopupcontrol. On Android, I see none of the text I place in labels -- see screenshot. There should be a title displayed above theCollectionViewinside the ``Popup`. There should also be fruit names inside the gray boxes/borders.I see another issue where they talk about a similar issue if the
Labelis within aFrame. In my case, I haveLabelcontrols both inside aBorderas well as outside. None of theLabel's are showing anything.Expected Behavior
Labels should simply display the text.
Steps To Reproduce
Popupto a .NET MAUI appLabelcontrol in thePopupmaking sure the color is set to something that will be visibleYou can also download the code to the public repo I'm providing.
Link to public reproduction project repository
https://github.com/iQuestLLC/test-maui
Environment
Anything else?
No response