Wasn't it InfoSports who wrote:

>I was wondering if you might have any ideas on the usage of the new 
>touch events.

It's possible that the API only listens for these events. The code is 
not easy to read.

When it hears a "touchstart" on a marker, the API triggers a "mousedown" 
event on that marker. When it hears a "touchend" or a "touchcancel" it 
can trigger "mouseup", "click" or "doubleclick". At present, "touchmove" 
doesn't seem to be listened for.

So if you've got a touch sensitive device running a browser that fails 
to convert touch events into appropriate click events, it looks like the 
API will attempt to perform that conversion for you.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to