I am doing my best to get the mapView into a usable state but really having a hard time. The markers are very fickle creatures. The behavior I want to see is :
- I tap a marker -> it shows me the marker bubble
- If interested, I tap the marker bubble -> Marker listener gets called and I do what I need to do in there.
Here’s what I’m seeing on device
- I tap marker real quick -> it shows me the marker bubble which when tapped triggers the listener
- I tap marker a little slowly or sort of hold my finger on it -> the listener gets triggered without showing the bubble at all.
The response is very erratic and unreliable. Sometimes I get the bubble and sometimes I don’t.
Is there any way at all to deal with this issue programmatically or are we totally at Corona Lab’s mercy to fix this bug and improve mapView such that it becomes somewhat useable?
Thank you very much for your kind input.
Regards,
Kerem