简体   繁体   中英

React - Native tapping with keyboard on

I have a problem with Keyboard. In my app, I can not click the buttons (TouchableOpacity) while the keyboard is opened. I need to tap twice. The first tap is for closing the keyboard, and second is for tapping the button. Any idea on how to fix it? I can not find anything on google.

Add this param keyboardShouldPersistTaps='handled' prop to the ScrollView tag.

And Let me know it's work for you or not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM