zbtang / React-Native-ViewPager

ViewPager and Indicator component for react-native on both android and ios.
950 stars 276 forks source link

Please add keyboardShouldPersistTap prop #160

Open metawort opened 5 years ago

metawort commented 5 years ago

Since the ViewPager uses a ScrollView on iOS but doesn't provide access to its keyboardShouldPersistTap prop, I get the typical problem: I have a TextInput in the ViewPager and when it is focussed and I tap somewhere outside the TextInput, the TextInput is blurred, but otherwise the tap is ignored. So I can't immediately tap on e.g. a button.

mariomurrent-softwaresolutions commented 3 years ago

Any updates on this?