menu
menu copied to clipboard
Feature Request: Missing MenuOpenEvent
At this moment there is no way to know if the menu is open/closed
There is an onPressAction? event, but there is no onMenuOpen? event.
Is it possible to add this event?
It would be great to add onOpenChange(boolean).
I'd like to use haptic feedback when the menu opens, to more closely mimic native behavior. Having this even will provide a mechanism to implement that myself.