Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: menu not opening on some Android phones #539

Open
michaelpomogajko opened this issue Jun 20, 2023 · 5 comments
Open

Bug: menu not opening on some Android phones #539

michaelpomogajko opened this issue Jun 20, 2023 · 5 comments

Comments

@michaelpomogajko
Copy link

Samsung Galaxy A52s mit Android 13 in the screen recording.

Untitled.mp4
@edenmoyal1
Copy link

+1 Same for me

@nabeelanjum
Copy link

Same here, not opening up on Google Pixel 7 pro

@ManojVarmaNVK
Copy link

Any Solution ?

@david-tabaka-guesty
Copy link

Any updates here?

@nabeelanjum
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants