react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

Screen slides up to focused input when the input is out of the window

Open Great-hijack opened this issue 3 years ago • 2 comments

Steps to Reproduce

  1. Open the snack on your iPhone
  2. Input some texts to the first textinput
  3. Do NOT dismiss the keyboard and scroll down to bottom
  4. Tap "Tap me"

Actual: Screen slides up to the first input Expected: The button is pressed and onPress is triggered

Snack

https://snack.expo.dev/@zhen-zhu/keyboard-and-input

Great-hijack avatar Sep 23 '21 14:09 Great-hijack

Same issue here 🙃

jtvargas avatar Sep 27 '21 11:09 jtvargas

It is RN ScrollView issue itself: https://github.com/facebook/react-native/issues/30736

fokoz avatar Oct 10 '21 19:10 fokoz