You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double tap home button and quickly switch to other app (e.g. Messages)
Toggle keyboard in other app
Again double tap home button, while in app-switch view, keyboard is missing in React Native app, leaving padding from KeyboardAvoidingView still there, making it look bad.
Doesn't always happen, sometimes you need to try few times
Expected Behavior
Keyboard will stay visible while app is in app-switch view, or KeyboardAvoidingView will adjust it's padding back to normal, like when keyboard is not visible.
Note: Test on device or xcode simulator preferably, it's a bit tricky to go to app-switch view in simulator on Snack website.
It might not always work when following reproduction steps, but please try few times. If keyboard is visible in React Native app, please try to switch to different app and close keyboard as quickly as possible, so app is still in background state.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.
stalebot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Nov 18, 2017
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: 0.48.3node -v
: v6.9.4npm -v
: 3.10.10Then, specify:
Steps to Reproduce
KeyboardAvoidingView
still there, making it look bad.Expected Behavior
Keyboard will stay visible while app is in app-switch view, or
KeyboardAvoidingView
will adjust it's padding back to normal, like when keyboard is not visible.Actual Behavior
Keyboard disappears in app-switch view.
Reproducible Demo
https://snack.expo.io/S1OLjDaYZ
Note: Test on device or xcode simulator preferably, it's a bit tricky to go to app-switch view in simulator on Snack website.
It might not always work when following reproduction steps, but please try few times. If keyboard is visible in React Native app, please try to switch to different app and close keyboard as quickly as possible, so app is still in background state.
The text was updated successfully, but these errors were encountered: