I wrote a small program (C #, WPF, .Net 4.6) with a frame. After loading the HTML file using 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 the following HTML:
<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />
But it doesn't work anymore.
Does anyone think why or what should I change?
source share