Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browser not supported by Google Maps

i wrote a small progam (C#, WPF, .Net 4.6) with a Frame. After loading a HTML file with a google map I got this error:

The browser you are using is not supported by the Google Maps JavaScript API. Use a different browser.

I already have add the follwing HTML-Code:

<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />

But it dosn't work any more.

Some one an idea why or what I should change?

like image 996
Stephan Hager Avatar asked Oct 17 '22 07:10

Stephan Hager


1 Answers

You can remove this error by adding:

<style>
    .infomsg {display:none;}
</style>
like image 50
Jim Simson Avatar answered Oct 21 '22 09:10

Jim Simson