-
Notifications
You must be signed in to change notification settings - Fork 648
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
After focusing field, weird second scroll adjustments (video showing) #555
Comments
Btw I just managed to avoid this "second adjustment" disabling the scroll if keyboard is opened. Not ideal but for my case doesn't matter, but still something should be addressed |
@matheuscouto nice trick, I made a custom component that implements this and it works like a charm :
|
@alexyca i use exact same code you posted. Did you have this behavior or a fix please ? |
I never used "next" button before 😅 ! However, you could add a "trick" from my script by upgrading dismisskeyboard function by checking the type of event that trigger the function, you may be able to differenciate physical touch event and next button event on keyboard ? |
@alexyca use autoFocus ={true} on every field u can set it to true on next press of previous field |
I'm having this weird "second adjustment" delayed behavior, my
keyboardOpeningTime
is set to 0.The text was updated successfully, but these errors were encountered: