-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Does not take any action on onPress inside Flatlist #535
Comments
for me when placing it on normal view not scroll view working. but extra space showing.. |
How can I use it inside Scroll List or Flat List? |
Any workaround for this? |
Yea, I just put the textfields instead of google autocomplete textfield. When the user taps on any of them. it redirects to another screen which has the Google autocomplete textfield. When th user inputs a place, it redirects back to the multple textfield screen. It's completely a workaround but not a solution to it. |
I ended up doing the same. I've removed the popup i had and created a new screen. Thanks for answering :) |
this should not be closed. this is a problem for me too |
@nikitph I can re-open this if you have some reproducible code to show what the issue is. |
I found a workaround. Keyboardshouldpersisttaps= true inside scrollview
containing the Google place text field. It only happens when field is
nested in a scrollview
…On Fri, May 8, 2020, 19:45 Steven Bell ***@***.***> wrote:
@nikitph <https://github.com/nikitph> I can re-open this if you have some
reproducible code to show what the issue is.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGGUB2GH3UDPJUT7CE3PCTRQQHY5ANCNFSM4ML2A4JQ>
.
|
thanks @nikitph - that led me to #486 (comment) |
I guess you need this library as well |
I am generating Google places textfields inside flatlist dynamically. But this stops the onPress function to work(after selecting any place from suggestions does not give any feedback).
The text was updated successfully, but these errors were encountered: