I am working on an iPhone app that will include an embeded Google Maps window with a customized map. I have run into a problem in that I cannot get onclick events to fire on my GMarkers.
The iPhone fires normal onclick events fine for me in other scenarios but not the click events created with .addListener() of the GMaps API. The iPhone adds additional ontouchstart/ontouchend events however I can't use them with addListener() and the GMaps API provides me no way to reach the actual image dom object that is associated with a marker. This is the only problem I have but it's a show-stopper. I was able to set up iPhone pinch gestures to control the map zoom, panning works fine too, but I need a way to click on markers. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
