Skip to content
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

KeyboardAwareFlatList scrolls to top when keyboard dissapears #356

Closed
manujbahl opened this issue May 13, 2019 · 2 comments
Closed

KeyboardAwareFlatList scrolls to top when keyboard dissapears #356

manujbahl opened this issue May 13, 2019 · 2 comments

Comments

@manujbahl
Copy link

manujbahl commented May 13, 2019

I am using KeyboardAwareFlatList with multiline TextInput. When I click on the textInput the list scrolls up to bring the input in view. But when it disappears the list scrolls back to the top index instead of where it was before the keyboard showed

Anyone know how to make it remember its content offset

@durdevic
Copy link

Solved here #287 (comment)

enableResetScrollToCoords={false} might help the problem, while there are still issues with InputTexts which at the bottom of the View.

@bekatd
Copy link

bekatd commented Sep 29, 2022

Why is this issue closed. I am facing exactly same issue and enableResetScrollToCoords={false} does not fix it for me,

www_screencapture_com_2022-9-29_20_49.webm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants