Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

typeError: google.maps.StreetViewService is not a constructor

  • 1 odpověď
  • 3 mají tento problém
  • 1 zobrazení
  • Poslední odpověď od guigs

more options

I'm trying to use Google StreetView within a web application. the following URL is an example from the Google Developers site that works just fine in IE 10 and 11, and Google Chrome, but not in FireFox 27.0.1, as of yesterday. No changes have been made to my FireFox install, that I know of. https://google-developers.appspot.com/maps/documentation/javascript/examples/full/streetview-service

Does anyone have an Idea why this Google SteetView sample will not work in FireFox?

I'm trying to use Google StreetView within a web application. the following URL is an example from the Google Developers site that works just fine in IE 10 and 11, and Google Chrome, but not in FireFox 27.0.1, as of yesterday. No changes have been made to my FireFox install, that I know of. https://google-developers.appspot.com/maps/documentation/javascript/examples/full/streetview-service Does anyone have an Idea why this Google SteetView sample will not work in FireFox?

Všechny odpovědi (1)

more options

Hi jaromz,

If you open up the debugger for that page in Firefox there is an error that an image has been truncated. I also unchecked some of the css background elements and that truncated image took the width of the whole page. I am wondering if this is how the css was rendering in Firefox.

Try changing the height value and see if it renders the whole specified width instead of the truncated or corrupted way it seems to be doing now.