Open dawidpieper opened 2 years ago
Hey @dawidpieper this definitely sounds to me like something we would like to look into, especially if it's not great in terms of accessibility. If you could offer help implementing it that would be amazing!
cc: @rachelkang any thoughts?
Description
The typical behavior on Android is, when opening a context menu, to present a popup window with available actions. In Maui, menu actions are displayed in the navigation bar, though. This being visible for a sighted user, may confuse when using screenreaders. We get a notification in form of a phone vibration, but many users are not likely to guess where to look for the opened menu.
The best option, in my opinion, would be to implement the following behavior:
If this issue gets accepted, I will be happy to try to make PR fixing it.
Steps to Reproduce
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
The workaround would be to define own Context Menu behavior. Unfortunately Maui does not provide a long press GestureRecognizer, so it is a bit tricky and requires a lot of Android native code.
Relevant log output
No response