react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Change Menu behaviour on viewport change

Open szado opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, when the screen size changes, the menu automatically closes. This is problematic in scenarios where the menu should remain open after, for example, an orientation change or when it needs to coexist with an inner text field that triggers the software keyboard to open.

Describe the solution you'd like Provide a way to customize this behavior, e.g., via a new component prop. It could accept two options: one for the default (current) behavior, and another to keep the menu open and reposition it after a viewport change.

szado avatar May 07 '25 11:05 szado