React-native-keyboard-aware-scroll-view: Bug on RN>=0.49

Created on 20 Nov 2017  路  3Comments  路  Source: APSL/react-native-keyboard-aware-scroll-view

Hello, when i focus on input in KeyboardAwareScrollView then I will focus another input, my keyboard dismiss and input don't receive focus... on RN>=0.49

bug

Most helpful comment

Try this:

 <KeyboardAwareScrollView
    keyboardShouldPersistTaps='always'
 >

All 3 comments

I have a similar problem. Except when I have a textInput focused inside a KeyboardAwareScrollView and I press a button the button doesn't do anything. Also keyboard dismisses.

Try this:

 <KeyboardAwareScrollView
    keyboardShouldPersistTaps='always'
 >

@Waltari10 thanks man!!! 馃挴

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pinkladywithcoco picture pinkladywithcoco  路  3Comments

MyGuySi picture MyGuySi  路  3Comments

FraserHamilton picture FraserHamilton  路  4Comments

SunilPandey- picture SunilPandey-  路  4Comments

KevRyan2 picture KevRyan2  路  4Comments