On Oct 16, 3:55 pm, kingedward <[EMAIL PROTECTED]> wrote:
> I fixed this by setting Google Maps to an earlier version, but that
> breaks the useful panning feature on the Safari 2.0 iPhones. Does
> anyone know if you can have both click events and panning working at
> the same time in Safari iPhone GMap apps?
I built my own "click" event handler.
See:
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/9fcede603e724a29#
It is a bug reported to Google but dismissed because it could not be
reproduced. Unfortunately, thousands of applications developed by
others cannot be used without a similar workaround. Even Google's own
maps.google.com does not recognize clicks. A timer was added to
measure the interval between clicks. Clicks occurring too rapidly are
ignored. It breaks existing applications.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---