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

extraScrollHeight do not work on android properly

Open ntk0104 opened this issue 4 years ago • 11 comments

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?

ntk0104 avatar Sep 06 '19 08:09 ntk0104

Facing the same issue

AyushAppin avatar Sep 10 '19 11:09 AyushAppin

+1

AyushAppin avatar Sep 14 '19 22:09 AyushAppin

@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

AyushAppin avatar Sep 15 '19 00:09 AyushAppin

Have you set the enableOnAndroid?

lukebars avatar Oct 03 '19 13:10 lukebars

+1

amorimlucas avatar Jan 22 '20 14:01 amorimlucas

+1

aayushm9595 avatar Apr 15 '20 08:04 aayushm9595

Have you set windowSoftInputMode to adjustPan in AndroidManifest.xml? https://github.com/APSL/react-native-keyboard-aware-scroll-view#android-support

andcal avatar May 13 '20 12:05 andcal

Have you set the enableOnAndroid?

worked for me

Daniyal857 avatar Jun 25 '20 15:06 Daniyal857

Still facing the same issue, Any update on this thread?

abhay-sqh avatar Dec 03 '20 06:12 abhay-sqh

same issue for me 🙁

Any solution?

Great-hijack avatar Jun 10 '21 17:06 Great-hijack

Have you set windowSoftInputMode to adjustPan in AndroidManifest.xml? https://github.com/APSL/react-native-keyboard-aware-scroll-view#android-support

worked for me

jaroslav009 avatar Oct 03 '22 11:10 jaroslav009