-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Android keyboard pushes UI up on Android 30+ #7477
Comments
I've seen this same issue as well. |
Same issue |
@guyca I always appreciate the work you do to maintain this critical library for a lot of us. Any chance you are able to take a look into this in the near future? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
I am seeing the same issue, regardless of what I set my |
@guyca However we are attempting to update RN to 68 so we are also updating to RNN. Is there any update on this issue being resolved? |
Does anyone know a fix to this by chance? |
any update this still no workarounds are working. Keyboard Pushes the button upwards when coming from a previous screen which is ScrollView. |
In your android/app/src/main/AndroidManifest.xml Set and it will work fine. here is how your code should look like:
|
Still facing the issue , ANyone has solution then please share |
Setting |
same here on 0.73.5 |
so it cannot be fixed, huh? |
any update on this? still facing same issue on android. |
🐛 Bug Report
On Android 30+, absolute positioned elements at the bottom of the screen are pushed up when the keyboard is visible. In older versions of React Native Navigation, the elements are covered by the keyboard.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
Assuming the app has a text input at the top and an absolute positioned element at the bottom of the screen:
Expected behavior
The absolute positioned button at the bottom would be covered by the keyboard
Actual Behavior
The keyboard appears and absolute positioned elements get pushed up the screen
React Native Navigation version 7.23.1
React Native Navigation version 7.26.0
Your Environment
Reproducible Demo
https://github.com/tomgransden/RNNKeyboardBug
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: