react-native-menu / menu

UIMenu Component for React Native
MIT License
986 stars 58 forks source link

Bug: menu not opening on some Android phones #539

Open michaelpomogajko opened 1 year ago

michaelpomogajko commented 1 year ago

Samsung Galaxy A52s mit Android 13 in the screen recording.

https://github.com/react-native-menu/menu/assets/8081364/5604c9a8-0fc8-41ec-b1ac-3a8360263c79

edenmoyal1 commented 1 year ago

+1 Same for me

nabeelanjum commented 1 year ago

Same here, not opening up on Google Pixel 7 pro

ManojVarmaNVK commented 10 months ago

Any Solution ?

david-tabaka-guesty commented 2 months ago

Any updates here?

nabeelanjum commented 2 months ago

Any updates here?

For me the issue was, I wrapped the menu itself in a touchable (TouchableOpacity or Pressable), so it was triggering the touch of the parent view which of course didn't had any onPress.

After making the parent view a simple View the problem was resolved