Closed lee237592 closed 1 year ago
We are waiting for your comment. If you have any plans to support accessibility, Please let us know the schedule. If not, please let us know how we can fix to support accessibility.
@lee237592 is your problem that the power menu doesn't get "focus" when it opens?
This issue was included in version 2.2.2
. Thanks!
Please complete the following information:
Describe the Bug:
With accessibility turned on, open a menu by long pressing a view that implements powermenu, it cannot be reached with a swipe action. As the popupwindow does not take accessibility focus, I tried to modify it to forcibly create an accessibility event. But even in that case, the focus event is duplicated in the view exists outside the menu, and the accessibility action isnt performed normally.
Expected Behavior:
If menu was opened, accessibility focus should move to powermenu like other Android common popup window.