-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
After hidden bottom tab bar by open keyboard remains white block #7284
Comments
Facing the same problem. When we set the keyboardHidesTabBar property to true the bottom bar animates and disappears leaving a white bar in its place. |
i changed to android:windowSoftInputMode="adjustPane" and the white bar was gone ,but not a feasible solution to me i also need to work on "adjustResize" mode |
@satya164 Is there any information on this issue? |
@fri0z Facing the same here, trying to figure things out... I've managed to come up with a workaround that recreates the hide animation. See if it's useful for you:
Note: You will probably still see a white background while the animation occurs. To make things look better we have to change the app "root" background. Inside the folder
and add the following line to the
|
@wwgoncalves Thanks for the hint, but this is only a temporary solution to the problem. |
Today I tested the fixes that @vonovak suggested and they work. Waiting for the adoption of corrections. |
I upgraded and it's still happen to me. |
same here still looking for a fix... |
Current behaviour
After hidden bottom tab bar by open keyboard remains white block. I use mode
android:windowSoftInputMode="adjustResize"
andadjustResize
fits most to me. I tried other modes and not fits me.Expected behaviour
I expect to hide the white bar in adjustResize mode
Code sample
Screenshots (if applicable)
What have you tried
I watched react-navigation/tabs#16 / react-navigation/tabs#64
Your Environment
The text was updated successfully, but these errors were encountered: