You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Google Maps API does not work on IE. Window.onload event does not trigger as there is some error with Google API when used on IE browser but works well with other browser.
#582
Open
VINOD1ST opened this issue
Feb 14, 2019
· 0 comments
//This is a Hybrid Map. Map works fine on all browsers except Internet explorer (Loads a blank page)
//Window.onload does not seem to get triggered on IE.
//This is a Hybrid Map. Map works fine on all browsers except Internet explorer (Loads a blank page)
<title>Geocoding service</title> <style> #map { height: 100%; }//Window.onload does not seem to get triggered on IE.
/* Optional: Makes the sample page fill the window. */
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
#floating-panel {
position: absolute;
top: 10px;
left: 25%;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
text-align: center;
font-family: 'Roboto', 'sans-serif';
line-height: 30px;
padding-left: 10px;
}
</style>
The text was updated successfully, but these errors were encountered: