-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
[6.0] After opening the keyboard the android UI shrinks #211
Comments
@dannyhw , I could start working on this tomorrow 👍 |
When working on this consider just checking if the issue #41 still exists and more broadly if the changes will affect other text/number inputs that are in the preview. |
dannyhw
changed the title
[6.0] After opening keyboard the android UI shrinks
[6.0] After opening the keyboard the android UI shrinks
Jul 12, 2021
lauriharpf
added a commit
to lauriharpf/react-native
that referenced
this issue
Jul 13, 2021
… shrinks). The steps to reproduce this issue on the Android emulator were: 0. Run the React Native examples (under examples/native) on Android 1. Open the story Navigator. 2. Select the "Basic" story. 3. Open "Addons -> Controls" 4. Click on the "first" field so that the keyboard comes up. 5. Click back to "Navigator" ## What happened The story list in the navigator gets truncated a lot (seems to only occupy ~50% or so of the screen) after Step 5. ## What happens now after the fix The story list doesn't get truncated; it looks the same it did after Step 1.
dannyhw
pushed a commit
that referenced
this issue
Jul 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This behaves in a strange way for me on the Android Emulator, can you reproduce it? Seems to work fine on the iOS emulator, can't reproduce the issue there.
What happens
The story list in the navigator gets truncated a lot (seems to only occupy ~50% or so of the screen) after Step 5.
Expected result
The story list would be rendered in the same way in Step 5 as it was in Step 1.
Screenshot after Step 1
Screenshot after Step 4
Screenshot after Step 5
Originally posted by @lauriharpf in #182 (comment)
The text was updated successfully, but these errors were encountered: