-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with keyboardShouldPersistTaps. #127
Comments
Hey there @luco, could you create a simple repo that would replicate this behavior or paste your example here? |
I have created one in the snack. https://snack.expo.io/rJ7NGqQmG please check. It seems so weird. |
Alright @ansal-exp, I confirmed that |
I think its a bug with react-native bundled scrollview, so it should be first reported on react-native github. |
It's probably not a bug per say, it may just be that their |
But, the thing is, keyboard is always be connected to a textinput. And the scrollview prop keyboardShouldPersistTaps is used to give us handling of the keyboard appearance. If the textinput is intended to handle the things solely, there is no need of any such props. |
Same issue over here. Did you find any solution? |
Haven't found a solution as yet @toinfinityandbeyond, still looking into how I can implement |
@umhan35 Can you shed some light? |
I remember somehow I had a similar issue. I'll take a look at my code and get back to you this week. |
Any update @umhan35 ? |
Any update about this? I have the same issue |
+1 UPDATE: Using keyboardDismissMode="on-drag" works |
Thank you for this plugin. It's really nice.
I caught a bug while doing some tests. It seems that it doesn't respond to a
ScrollView
withkeyboardShouldPersistTaps='never'
while aTextInput
does.Any thoughts?
Thanks
The text was updated successfully, but these errors were encountered: