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
21.95k stars 1.7k forks source link

[iOS] RadioButton with custom Content cannot be selected with VoiceOver #11583

Open rachelkang opened 1 year ago

rachelkang commented 1 year ago

Description

On iOS, a RadioButton with custom content cannot be selected when VoiceOver is activated. Double tapping should select the button (fill the radioButton selected circle).

This works as expected without VoiceOver and with simple RadioButtons + VoiceOver.

Steps to Reproduce

  1. Run .NET MAUI control gallery on iOS device
  2. Navigate to RadioButton galleries > RadioButton ContentProperties page
  3. Turn on VoiceOver
  4. Tap "It's a button inside a button" button
  5. Double tap to toggle. Notice button does not get selected

Link to public reproduction project repository

https://github.com/dotnet/maui/

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 16.1

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

rachelkang commented 1 year ago

still an issue