Google Maps Doesn't Work In Internet Explorer 11
I call my HTML with googlemaps from another application by window.open (javascript). The html page open, but dont works (any action fails), i just can see the map. After i do CTRL
Solution 1:
I have replaced your key with my own and your code(with the javascript at the bottom) works on both Firefox and Internet Explorer.
I had a similar problem recently and below was my solution:
1.0 Asuming you are already logged-in to Gmail, visit https://console.developers.google.com
2.0 You will land at API Manager
3.0 Under Google Maps API, choose Google Maps JavaScript API
4.0 At Google Maps JavaScript API, there is a link at the top named ENABLE
5.0 Click it to enable or activate the API.
Hope it helps
Post a Comment for "Google Maps Doesn't Work In Internet Explorer 11"