-
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
[iOS] Unwated scrolling to top when change focus between two horizontal inputs #428
Comments
Same here, please fix this. |
1 similar comment
Same here, please fix this. |
Try |
I have a similar issue like this, @icony36 solution did not work for me, see the gif, it was recorded with the prop any ideas? I'm out of them :( ps. sorry about the low fps gif, i used something online to convert my mov.. |
@lucasreppewelander same issue, any update ?? |
@lucasreppewelander @minh-dai Similar issue here. Any update, guys? |
I think these issues are related based on my personal issue, and this patched worked for my needs. |
@AlanLeePhilly Pfff, one thousands thanks for the reference. |
I have similar issue like @lucasreppewelander, solution @icony36 didn't work for me, solution @AlanLeePhilly didn't work for me as well. Any ideas? I tried everything.. :/ |
Above solutions didnt work me. What worked was |
extraHeight={150} not work but extraHeight={0} works for me |
This fixed it for me :') |
It's working well to me👍 |
same issue here |
keyboardOpeningTime={Number.MAX_SAFE_INTEGER} This works fine |
Problem
Hello. I have a mysterious behavior with iOS when try to change focus between inputs by touch.
Numeric keyboard has no 'next' button, also two inputs are inside horizontal layout.
NumberInput
it's just aforwardRef
wrapper forInput
inreact-native-elements
. Also tried with TextInput from react native.Android works very well!
Tries
keyboardShouldPersistTaps
andkeyboardDismissMode
,enableAutomaticScroll
and etc...onFocus
prop in TextInputsinnerRef
don't do anything (because scroll height doesn't changed)innerRef
toref
. nothing changes.??
Source:
??
also iOS 13.3 the same
The text was updated successfully, but these errors were encountered: