1

I created an application program using vb.net and Google Maps API. When I run the program, the following error message appears

You are using a browser that is not supported by the Google Maps JavaScript API. Consider changing your browser

How do I solve this problem?

1 Answer 1

1

You can try to define <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /> to see if it works, or prevent error messages showing by using

<style>
    .infomsg {display:none;}
</style>

But you should know it will hide all kind of messages. There are also registry hacks etc. but not recommendable really, unless really needed.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.