-
-
Notifications
You must be signed in to change notification settings - Fork 154
Next button functionality not working correctly on iOS 26.0.1 #1180
Copy link
Copy link
Closed
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView componentKeyboardToolbarAnything related to KeyboardToolbar componentAnything related to KeyboardToolbar componentrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/code🐛 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) iOS 26Anything specific to iOS 26Anything specific to iOS 26
Metadata
Metadata
Assignees
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView componentKeyboardToolbarAnything related to KeyboardToolbar componentAnything related to KeyboardToolbar componentrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/code🐛 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) iOS 26Anything specific to iOS 26Anything specific to iOS 26
Describe the bug
When trying to focus through the fields by pressing the next button on ios 26.0.1, the caret moves through them, but when it focuses on a field that is behind the keyboard, the scrollview does not scroll it into view. This isn't a problem when going backwards using the Prev button. Interestingly, if I type something on the keyboard when the input is out of view, it immediately focuses.
There is no issue on iOS 18.3.1
Code snippet
See the repo here https://github.com/astanb/react-native-keyboard-controller-ios26-bug
Repo for reproducing
See the repo here https://github.com/astanb/react-native-keyboard-controller-ios26-bug
To Reproduce
See videos, video 1 shows the issue, video 2 shows it working after text is added to the focused input.
hidden-input.mp4
after-input.mp4
Expected behavior
The input behind the keyboard should scroll into view
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.