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

Menu behind keyboard on close Androird #5

Open
SPLAYER-HD opened this issue Apr 14, 2021 · 1 comment
Open

Menu behind keyboard on close Androird #5

SPLAYER-HD opened this issue Apr 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@SPLAYER-HD
Copy link

SPLAYER-HD commented Apr 14, 2021

When I close the keyboard for a moment I can see the menu screen in the same space where the keyboard was.
This does not happen in IOS.
I tried this:

<SideMenu menu={isOpen ? menu : <View style={{ backgroundColor: Color.transparent }}></View>}

Then I see a white background for a moment with the same keyboard size.

"react-native-side-menu-updated": "^1.3.2",
"react-native": "~0.63.3",
"react": "~16.13.1",
"react-navigation-stack": "^2.10.0",
"react-navigation-tabs": "^2.10.1",
"react-navigation-transitions": "^1.0.12",
@SPLAYER-HD SPLAYER-HD added the bug Something isn't working label Apr 14, 2021
@alessiocancian
Copy link
Owner

The problem here is that the menu is always visible behind the screen.

This comes from the original implementation, I don't know if there's a reason or not.
I will try make it hidden and show it only when a swipe starts or the menu button is pressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants