-
Notifications
You must be signed in to change notification settings - Fork 166
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
Overscroll value has no effect when manually focusing on element after the first time #136
Comments
Can you attach a video/gif + minimum code sample ? |
Sure, here is a video. Please note that I move between the fields by tapping them and not by using the arrows. RPReplay_Final1609191144.MP4Also, code sample that demonstrates the issue:
|
hmm but you don't need overscroll there since you have enough space to see the textfield. |
I was hoping to get user experience like Booking.com or Airbnb have in their checkout forms. It's very useful from the user perspective to be able to see and tap on the next field. |
@diegoveloper For some reason overscroll is just detecting the error message and sizing correctly to that. It is actually fine behaviour, just unexpected as the argument is a custom double. |
I set overscroll to 150. First time focusing on TextField the field indeed is scrolled correctly per the overscroll value. However, after doing that, if I focus manually (tapping) on the next text field, nothing happens.
The text was updated successfully, but these errors were encountered: