React-native-keyboard-aware-scroll-view: support for "keyboardShouldPersistTaps" as ScrollView does

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

When keyboard is open, touchables doesn't work on single tap. On first tap, keyboard gets closed, and then touchables work. Touchables should also work when keyboard is open.

Most helpful comment

@shikherprasad why did you close this? Setting keyboardShouldPersistTaps='always' does not seem to work for me 馃槙

EDIT: turns out it was something else, description here https://github.com/facebook/react-native/issues/4229#issuecomment-274453174

All 2 comments

@shikherprasad why did you close this? Setting keyboardShouldPersistTaps='always' does not seem to work for me 馃槙

EDIT: turns out it was something else, description here https://github.com/facebook/react-native/issues/4229#issuecomment-274453174

The Link to the comment helped. For me, it was a Flatlist inside the KeyboardAwareScrollView, I set the keyboardShouldPersistTaps on the flatlist too, and it worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

diegorodriguesvieira picture diegorodriguesvieira  路  4Comments

FraserHamilton picture FraserHamilton  路  4Comments

pinkladywithcoco picture pinkladywithcoco  路  3Comments

snksergio picture snksergio  路  3Comments

jaksm picture jaksm  路  4Comments