React-native-google-places-autocomplete: Onpress callback not working in ios

Created on 27 Mar 2019  Â·  5Comments  Â·  Source: FaridSafi/react-native-google-places-autocomplete

Most helpful comment

I was having this issue, my field was inside two scroll views, I was able to fix it using this:
keyboardShouldPersistTaps='always' in the scroll views, and listViewDisplayed='false' in the field.

All 5 comments

I am also having same issue, looks like a bug in version 1.3.9
I resolved it by using lower version of the module
npm install --save [email protected]

Cool with check that thanks

On Sat 6. Apr 2019 at 8:29 PM, dinosportsappdev notifications@github.com
wrote:

I am also having same issue, looks like a bug in version 1.3.9
I resolved it by using lower version of the module
npm install --save [email protected]

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/FaridSafi/react-native-google-places-autocomplete/issues/394#issuecomment-480510863,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AjovHgBbenfFqWgSUKjv_51ZlzNWXFTMks5veLZngaJpZM4cNh4Q
.

>

Regards,

Ankush Shetty
Software Engineer at Codewave
+91 <+91+8867576306>7760885496 | [email protected] praveen@codewave.in |
www.codewave.in | ankush.shetty93
http://www.facebook.com/codewave.inc
http://www.linkedin.com/company/codewave-inc
http://twitter.com/Codewave_Inc http://plus.google.com/+CodewaveInc

https://www.linkedin.com/in/ankushshetty/

I'm also having this problem, rolling back helped out. Does anyone have any insight?

edit: v1.4.0

I was having this issue, my field was inside two scroll views, I was able to fix it using this:
keyboardShouldPersistTaps='always' in the scroll views, and listViewDisplayed='false' in the field.

I'm closing this as there is no reproducible example and it sounds like the scrollview issue many others are struggling with. Try this, as mentioned above. Also see this issue for reference.

Was this page helpful?
0 / 5 - 0 ratings