-
Notifications
You must be signed in to change notification settings - Fork 647
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
scrollview bounces when textinput focused #217
Comments
@rssfeed I was able to get around this by removing the React Navigation Header on ios. Does that potentially work for you? |
Still having this issue. |
I have the same issue. |
I was having similar issues with the scrollview bouncing when focusing on a TextInput, and changing
seemed to fix it for me. |
A temporary workaround is to remove |
I'll be working on this issue this week, thanks for reporting. |
same issue in 0.7.2. |
@alvaromb I found this issue is caused by react-navigation, I add |
how to resolve this issue plz help |
Still having same issue!. how to solve this? |
I'm not sure how it works but negative |
@krydos yes, it is. |
Is the negative extraHeight solution the proposed one for this? I can confirm ( as per #340) that this issue still remains |
I'm using this library + react-navigation and setting |
The same happens with |
Still broken in 2022. One workaround is to set If you want to try the negative extra height solution, use the Also note that the No idea how something like this gets marked as closed tbh it's a bug that's never been fixed |
As @alvaromb mentioned, the final solution to this is: |
Code:
Needed to add
enableResetScrollToCoords
, otherwise the ScrollView would have been scrolled to top when Keyboard was dismissed interactively. Also added an higherkeyboardOpeningTime
, so it scrolls smoother when ScrollView actually needs to be pushed upwards.As seen in gif above, there is no need for scrollview to be adjusted. How may I prevent this behavior?
The text was updated successfully, but these errors were encountered: