hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callout or infoWindow not showing on annotation click

Brianggalvez opened this issue · comments

With last release and running the example, clicking the annotion fires a click event but neither the callout nor the infoWindow is displayed.

This may have been caused by 647a4b1, can you verify?

just tested with last release and the example provided, and the click event is fired but no callout is shown

Please read the previous comment again :-) I asked you to check if a recent commit caused the issue, so if you could revert it locally and check if it makes a difference.

Sorry for late response, just tested reverting the commit you suggested and the result is the same, I can see the click event fired buy any callout or infoWindow is displayed

i can confirm this issue, no infoWindow is opened. Any chance to trigger it manually?

I just had some time to verify this. You have to explicitly call mapView.selectAnnotation(annotation) to show the info window properly. See a native example and discussion around this here.