-
Notifications
You must be signed in to change notification settings - Fork 24.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
BUG: android:windowSoftInputMode="adjustResize" will not work when StatusBar hidden="true" #12980
Comments
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. Specifically, a code sample or Sketch would be ideal here. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
This is pretty easy to reproduce. Just try to use Run it on android. |
Can you open a new issue? |
We are keeping new issues open a bit longer these days. Just make sure the new one has all the details. Opening an issue does not guarantee a fix, however. It’s up to the contributors that are active in the project to decide what they spend their time on. Having a detailed issue that demonstrates the root cause has been investigated usually helps. |
Understood. I just found it funny that we are asking for them to create a new issue after already closing their new issue. :P haha |
shrug I was talking to @rcorrie, who bumped this closed issue. |
I understand. I didn't mean to point out or anything, i just wanted to share a laugh :P I know thats from your boss, he tells you to close things. You do amazing work in bring RN to us, thanks @hramos! |
AndroidManifest.xml
android:windowSoftInputMode="adjustResize"
I found this bug while playing with StatusBar
if you set StatusBar hidden="true" the keyboard push the header out of the screen instead of resizing.
hidden="false"
hidden="true"
"react": "15.4.2",
"react-native": "0.41.0",
The text was updated successfully, but these errors were encountered: