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

IOS screen jumping when scrolling from the bottom or top of a Textinput #565

Open
alelaru opened this issue Mar 17, 2023 · 1 comment
Open

Comments

@alelaru
Copy link

alelaru commented Mar 17, 2023

This was an issue that is already solved in this issue but the name is a bit tricky [https://github.com//issues/88] i made it to for people to find it easily

This is done because of keyboardDismissMode=#"on-drag"

Solution: enableResetScrollToCoords=true (In my case i just assign it for IOS)

This just happens when there are multiple elements and you need to actually scroll inside the KeyboardAware, if few elements are there and you don't need to scroll it will work perfectly

@eightyfive
Copy link

Alternative "solution" (workaround):

bounces={false}

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

2 participants