-
Notifications
You must be signed in to change notification settings - Fork 1.9k
RadioButton: TextColor for plain Content not working on iOS #18011
Copy link
Copy link
Labels
area-controls-radiobuttonRadioButton, RadioButtonGroupRadioButton, RadioButtonGrouppartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-radiobuttonRadioButton, RadioButtonGroupRadioButton, RadioButtonGrouppartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
I have a simple RadioButton on a page:
On iOS the


TextColoris not taken into account:On WinUI for example the text appears correctly in white:
Steps to Reproduce
MainPage.xamlLink to public reproduction project repository
https://github.com/marco-skizza/MauiRadioButtonTextColor
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
Tested on iPad mini 6, iPadOS 16.7.1
Did you find any workaround?
Even though not so nice, it can be fixed with custom Content:
Relevant log output
No response