-
Notifications
You must be signed in to change notification settings - Fork 598
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
Modal gets separated from field if there is a keyboard dismissed animation #73
Comments
@reddo Thanks for the video. This is also happening to me. Any luck finding a workaround? |
@abartolo nope, still an issue |
I have the same issue. Anyone solved? |
I patched this adding:
Seems to be working for me. I would probably like to see the position measurements separated from the animation and only trigger the former. |
Bug: dropdown centered when keyboard is open.
@ryachza Yes! It seems work. Pull request made ;) |
@n4kz Hi, any idea when the PR from @matteodanelli might get accepted? |
Hi there, any solution for this! Can we keep the keyboard open when clicked on dropdown rather than dismissing the keyboard ?? |
hi is there any fixes regarding this, I have used the patch but not any luck, |
I have the same issue. |
@ryachza this works for me on iOS but not on android. Setting a timeout leads to equal values for iOS and Android (and the expected behavior):
Maybe someone can explain the difference in the keyboard event handlers in iOS and Android? |
If there is a TextInput focused with the keyboard visible, tapping on the dropdown dismisses the keyboard and the window scrolls, the modal gets separated from the dropdown.
See this screen recording:
Note that there's a few seconds pause in the video, just watch till the end.
The text was updated successfully, but these errors were encountered: