Google Maps Taking A Long Time To Render In Ie11
The attached HTML renders very quickly in Chrome and Mozzilla browsers. If I try to load it in IE11 I get several timeout errors and after 30 seconds the map finally renders. I ha
Solution 1:
I specified the google maps version at 3.19 and the problem was resolved.
<scripttype="text/javascript"src="http://maps.google.com/maps/api/js?v=3.19"></script>
I was getting the experimental version because I had no version specified.
Post a Comment for "Google Maps Taking A Long Time To Render In Ie11"