Interactive Keyboard - fast swipe can cause UI elements be under keyboard using linear
interpolator
#286
Labels
🤖 android
Android specific
👆 interactive keyboard
Anything related to interactive keyboard dismissing
Describe the bug
Fast swipe can cause UI elements be under keyboard using
linear
interpolatorCode snippet
Reproducible in example app.
Repo for reproducing
Reproducible in example app.
To Reproduce
Steps to reproduce the behavior:
TextInput
Expected behavior
Messages should be in the same position as they were in the beginning of the gesture.
Screenshots
fast-swipe.mp4
Smartphone (please complete the following information):
Additional context
It seems like
onScroll
may get event first and because of thatScrollView
will be slightly scrolled.The text was updated successfully, but these errors were encountered: