-
Notifications
You must be signed in to change notification settings - Fork 1.1k
TextInput Keyboard does not work with tabs #1299
Comments
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
The issue is with latest versions too |
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
@satya164 Can you please confirm on this? |
Hey @SupriyaPKalghatgi please check this snack I think it might help you. Let me know if it fixed the issue for you. |
@okwasniewski Hey! Thanks for taking a look over this |
@SupriyaPKalghatgi I've updated the snack, my point was that it now avoids the keyboard both on iOS and Android. |
It finally works for me by offsetting the size of the view with keyboardVerticalOffset
|
Current behavior
iOS: TextInput hides behind Keyboard
Android: Need to click twice on textInput
Expected behavior
iOS: TextInput should be scrolled when Keyboard is open
Android: TextInput should remain open on 1st click
Reproduction
https://snack.expo.dev/qhAuLMpOh
Platform
Environment
The text was updated successfully, but these errors were encountered: