dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.28k stars 1.76k forks source link

RadioButton border doesn't work on Android #15795

Open davidortinau opened 1 year ago

davidortinau commented 1 year ago

Description

Low priority, but I noticed border color doesn't work on Android the same as iOS.

Screenshot 2023-06-22 at 10 25 49 AM

Project: Archive.zip

Steps to Reproduce

Run it

Link to public reproduction project repository

see project attached

Version with bug

8.0.0-preview.5.8529

Last version that worked well

8.0.0-preview.5.8529

Affected platforms

Android

Affected platform versions

33

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

XamlTest commented 1 year ago

Verified this on Visual Studio Enterprise 17.7.0 Preview 5.0. Repro on Android 13.0-API33 .NET 8, not repro on Windows 11 and iOS 16.4 with below Project: Archive.zip

PureWeen commented 6 months ago

/similarissues

github-actions[bot] commented 6 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

vishnumenon2684 commented 4 months ago

Hey @davidortinau ,

By Using the BorderWidth property we can resolve this issue.

vishnumenon2684 commented 4 months ago

Hi @davidortinau ,

We have found that the default value of the border width is set as -1 for the radio button. It has been overridden in the windows. It seems like the behaviour of android seems to be the correct one. Without the border width we shouldn't draw the border right?

ParzLaboratory commented 2 months ago

Hi , did anyone find solution for this ?

ParzLaboratory commented 2 months ago

@davidortinau / @vishnumenon2684 Did any of you guys find the solution ?