Disable Google Maps user agent check
问题 Starting with version 3.29, the Google Maps JavaScript API checks the browser's navigator.userAgent and shows a compatibility warning. I'm displaying a map in an embedded web browser control. By default, the control runs in IE 7 compatibility mode -- I can override that with an X-UA-Compatible tag. The page looks like this: <!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <style> #map { height: 400px; width: 100%; } </style> </head> <body> <div id="map"><