React-native-keyboard-aware-scroll-view: Buttons inside KeyboardAwareScrollView

Created on 9 Jun 2020  路  1Comment  路  Source: APSL/react-native-keyboard-aware-scroll-view

I have a TextINput and Button inside KeyboardAwareScrollView horizontally next to each other. Problem is I have to tap twice to get the button to trigger the tap event.

  1. First tap on the button: keyboard dismisses (even though its done of the button)
  2. Second tap on the button: Button touch onPress getting triggered

Is it possible to have them happen on the first tap itself

Most helpful comment

please refer to #233 .
keyboardShouldPersistTaps="handled" works for me

>All comments

please refer to #233 .
keyboardShouldPersistTaps="handled" works for me

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RBrNx picture RBrNx  路  4Comments

json469 picture json469  路  3Comments

dmr07 picture dmr07  路  5Comments

shimil2017 picture shimil2017  路  3Comments

snksergio picture snksergio  路  3Comments