Cross-Platform Checkbox Box Color For Different Targets #21706
astroman133
started this conversation in
General
Replies: 1 comment 2 replies
|
Nobody has any suggestions??? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I created a simple Cross-Platform project to demonstrate the behavior that I am seeing.
However, the gist is that I am displaying a CheckBox control with no text content. The control to the right of the CheckBox is a button that is used to launch a flyout window when clicked.
When the program runs on a Windows desktop, the checkbox rectangle is rendered in Black. When the Android version is run on a simulated Google Pixel 9, the rectangle is also rendered in Black, But when I run it on a real Samsung A57 phone, the rectangle is rendered in White. This inconsistent behavior does not seem right, as the rectangle becomes invisible when displayed on a White background.
I have attached the demo project and screenshots of the results on the tested platforms.
Is there is a simple way to remedy this? I would appreciate the help. Thanks in advance.
Rick
All reactions