Very interesting. Here are my investigations: As soon as this script will be loaded
http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3 it's no more possible to drag a v3 map in webkit browsers. It doesn't matter if a bing map is actually loaded or not, it's the above script that breaks the drag event in webkit browsers. So there seems to be a fundamental incompatibility between the scripts. The only solution I can imagine is to separate the two scripts so that they will be executed in independent threads. And the only real separation I know of is to use an iframe for one of the maps. On Aug 31, 10:29 am, archinform <[email protected]> wrote: > Hi folks, > > now I have stripped down my webpage to the minimum to reproduce the > error. > Here is the URL of an example with only 33 lines of html/javascript > code: > > http://www.archinform.net/test/map.html > > Dragging the google map & using the map menues doesn't work in Webkit > browsers. > > Hope, that is now easier for You to help. > Sascha -- 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.
