0

I have an html page that uses the Geolocation API and each time the page loads it keeps prompting for permission to "track your physical location".

I wonder if there is a way to avoid this prompt and ALWAYS ALLOW BY DEFAULT this option.

The web browser used must be Internet Explorer 11 and prompts are not allowed.

Thanks in advance.

  • 2
    Well, it's IE, so I wouldn't be particularly surprised if there's some horrible security bug that lets you bypass this, but there certainly isn't by design. – Wooble Mar 19 '14 at 12:54
  • See Alex Filipovici answer in this post: http://stackoverflow.com/questions/14435585/c-sharp-desktop-application-doesnt-share-my-physical-location – Valery Possoz Mar 19 '14 at 13:48

1 Answers1

0

You cant, the user has to know if they location be used. If you want to avoid this, you can use a IP based geolocation.

Pavel Delgado
  • 99
  • 1
  • 10