Browser not supported by Google Maps

Viewed 3922

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?

3 Answers
Related