Closed
Description
Description
When any keyboard key is pressed while ScrollView
scrolls (swipe/pan/momentum) a key won't depress until:
- you press another key (the pressed key will get stuck instead of the prev. key);
ScrollView
stops scrolling'
This gif shows this bug when using FlatList
:
<KeyboardAvoidingView ...>
<FlatList ...>
<TextInput ...>
</KeyboardAvoidingView>
Reproduction
- Focus on the input to open a keyboard
- Scroll the
ScrollView
- While there is a momentum scrolling press any keyboard key
- You'll see this bug
- You can pan/scroll the
ScrollView
infinitely and the key won't depress until theScrollView
stops scrolling
https://sketch.expo.io/B1JIYaynx
Additional Information
- React Native version: 0.43
- Platform: iOS