Gmaps Api V3 Very Slow Loading On Ie
this is my first post, so I hope I'm in the right place. I've created a local html page with a map using google maps API v3.0. It works fine on Chrome and Firefox but not on IE. Wh
Solution 1:
I think it might be because of the style sheet.
According to this website,
IE needs to know the size of the map ensure that it has been set
It seems like IE might not try to determine until the page is fully loaded, which sometime takes a long time. That being said, adding the width:100%;
in the css style sheet should help. At least it works for me.
I hosted a simple map with width:100%;
here.
Post a Comment for "Gmaps Api V3 Very Slow Loading On Ie"