On Dec 8, 9:20 am, bardu <[email protected]> wrote: > Hi there, > > opening a StreetViewPanorama from an InfoWindow works in all major > browsers (even on Android), but not in IE8.
Doesn't work in IE6 either. Are you doing something that doesn't account for IE's non-standard behaviors? > > An example can be fond at > > http://yukonlive.ca/yukonlive-war/highways/fishing.faces > > Is this a known issue? Are there any work-a-rounds? I was going to suggest this: http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=emulate+IE7 but it looks like it doesn't work in any version of IE. Did you "forget" to declare the gmap javascript variable? That is the id of a div in your map so IE helpfully creates a javascript variable to allow you to access it, which may not have a .getMap method. -- Larry > > Thanks. > Stephan -- 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.
