On 7 April 2011 17:16, Tony <[email protected]> wrote: > > Does this happen because the user's browser doesn't detect that the > popup is "user initiated"?
I would think so. See this thread: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/712af9174695ec91/34f6850d4807ad75?hl=en#34f6850d4807ad75 As the Maps API, bypasses using DOM events, it quite possibly means the popup blocker just sees the window.open initiated via javascript. ... Firstly I would suggest trying a earlier version of the Maps API http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning And IF it works there (because it still used DOM events), then jump on the linked thread, to let Google know of a use case for using real DOM events. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
