You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While a custom keyboard view is selected and dragging downward on the scrollview/flatlist the position of the list ends up with an offset and the custom keyboard toggles no longer work. If you press the reset button everything works again until you repeat the above. onPress={() => KeyboardUtils.dismiss()} works fine to dismiss the custom keyboard
Steps to reproduce:
Tap one of the custom keyboard view toggles (show1 or show2)
Drag/scroll downward on the list such as to collapse the keyboard
Weird offset shows up
Tap on the toggles show1 or show2 again
Nothing happens
Tap the textinput or reset button and the correct behaviour resumes until you try the above again
iPhone X, X 11 Pro
React Native 0.59
RN Keyboard Input 6.0.0
The text was updated successfully, but these errors were encountered:
pribeh
changed the title
Incorrect flatlist inset/offset when collapsing custom keyboard with drag/scroll [iOS]
Incorrect behaviour when scrolling downward to dismiss custom keyboard view [iOS]
Jan 6, 2020
I'm not sure if the bug that you are reporting is the fact that pressing the show button does not open the custom keyboard (similar to this, but not the same) or that there's a "Weird offset"? If it's the latter, please mark it in the screenshot.
While a custom keyboard view is selected and dragging downward on the scrollview/flatlist the position of the list ends up with an offset and the custom keyboard toggles no longer work. If you press the reset button everything works again until you repeat the above. onPress={() => KeyboardUtils.dismiss()} works fine to dismiss the custom keyboard
Steps to reproduce:
The text was updated successfully, but these errors were encountered: