react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
extraScrollHeight do not work on android properly
Hi, i am using react native 0.60.4 and "react-native-keyboard-aware-scroll-view": "0.8.0". I have a create account form with 5 textInput arrange vertically, i have set the prop extraScrollHeight={100} and it works perfectly as my expectation: When i focus to the 1st textInput the 1st textInput scroll up with the keyboard 100px and i click the 2nd textInput continually it auto scroll up the 2nd textInput 100px with the keyboard. But with Android when I click the 1st textInput it work fine but when I click the 2nd textInput continually it do nothing, it only work with the 1st textInput that I have focused. Anyone have solution for it?
Facing the same issue
+1
@ntk0104 Please check -> https://github.com/AyushAppin/react-native-keyboard-aware-scroll-view for temporary Android issue fix which I updated according to my project
Have you set the enableOnAndroid
?
+1
+1
Have you set windowSoftInputMode
to adjustPan
in AndroidManifest.xml?
https://github.com/APSL/react-native-keyboard-aware-scroll-view#android-support
Have you set the
enableOnAndroid
?
worked for me
Still facing the same issue, Any update on this thread?
same issue for me 🙁
Any solution?
Have you set
windowSoftInputMode
toadjustPan
in AndroidManifest.xml? https://github.com/APSL/react-native-keyboard-aware-scroll-view#android-support
worked for me