APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Incorrect scroll behavior | (keyboardOpeningTime={0} did not help me) #536

Open whyamsx opened 2 years ago

whyamsx commented 2 years ago

Hey!

I'm using KeyboardAwareScrollView to wrap my inputs around it, but I'm getting the wrong behavior shown in the video below.

Before asking this question here, I studied similar questions from people in Issues before me, there I saw numerous suggestions that by adding keyboardOpeningTime={0} I can solve this problem, but as you can see in the video - the problem is not resolved even with this prop.

Are there any other solutions to fix this bug?

https://user-images.githubusercontent.com/62172551/165336942-2a7e07ac-1893-4e50-8d57-7df32d41c45c.MP4

rkz98 commented 2 years ago

Any solution?

millro04 commented 1 year ago

Same issue here. Any updates on this?

FrSenpai commented 7 months ago

Same here on IOS, but works great on Android, pretty weird behaviour