-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RadioButton example from Xamarin Forms gallery converted to MAUI doesn't work on Android: radio buttons are not selectable #6093
Comments
I have uploaded the project to Github: https://github.com/martin-honnen/MAUIRC1RadioButtonGalleryExample |
verified work on windows. but not work on Android 11. |
Hi @martin-honnen. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Confirmed fixed in RC 2, I guess due to the fix of #5773. |
Description
I have tried to adapt some samples from the Xamarin Forms gallery to MAUI RC 1, the sample with RadioButtons works fine for me on Windows 10 but both in the Android emulator as well as on an Android phone it doesn't work, the radio buttons are not selectable, and the event handlers (therefore?) don't fire.
Sample:
Connect it to an app with e.g.
The two radio button groups show up on the screen of the Android device (although for the first group the labels are not colored) but the radio buttons are not selectable at all, neither with an Android device in the emulator nor on an actual Android device.
Steps to Reproduce
RadioButtonDemoPage.cs
having code:Run the app on Android 11 device and try to select a radio button, it doesn't work.
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
No, I haven't been able to get this to work for Android.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: