Hey Guys,
I want to embed Google’s streetview container in my app by embedding the HTML code (see below) and am facing the following challenge when displaying the container as an iFrame:
When the page is loaded, it seems to work fine initially:
However, after a couple of seconds, the container crashes and returns the following notification:
If I don’t load the container as an iFrame, all other google maps on the page crash as well:
If someone has an idea on how to fix this, I’d very much appreciate any hints. Thanks !
Best,
Julian
Here is the standard HTML code provided by google:
<!DOCTYPE html>
Street View
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#street-view {
height: 100%;
}


