-
-
Notifications
You must be signed in to change notification settings - Fork 154
KeyboardAwareScrollView does not work. #1331
Copy link
Copy link
Closed
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView componentrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/codesponsor 💖Someone pays money for the issue to be resolved 💸Someone pays money for the issue to be resolved 💸🍎 iOSiOS specificiOS specific🐛 bugSomething isn't workingSomething isn't working🔥 AttentionAn issue, that requires attention (disturbs many users/has many reactions)An issue, that requires attention (disturbs many users/has many reactions)
Metadata
Metadata
Assignees
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView componentrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/codesponsor 💖Someone pays money for the issue to be resolved 💸Someone pays money for the issue to be resolved 💸🍎 iOSiOS specificiOS specific🐛 bugSomething isn't workingSomething isn't working🔥 AttentionAn issue, that requires attention (disturbs many users/has many reactions)An issue, that requires attention (disturbs many users/has many reactions)
Describe the bug
When opening a modal with a text input field, if we focus on some text that is below the keyboard, the keyboard comes in but half of the time the view does not scroll to show the user where is the focused caret.
Code snippet
Added a new clear repo to demonstrate the issue.
Repo for reproducing
https://github.com/nicolaosm/broken-keyboard/
To Reproduce
Just focus on text that is at the bottom part of the screen. The keyboard comes in but the KeyboardAwareScrollView does not scroll to show the cursor.
Expected behavior
When focusing on text, it should always autoscroll to show us where we're typing.
Screenshots
Short screen recording: https://cln.sh/2ZXqZKKS
Smartphone (please complete the following information):
Additional context
None.