Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geolocation does not work in ie11 #684

Closed
oshi97 opened this issue Apr 15, 2020 · 1 comment
Closed

Geolocation does not work in ie11 #684

oshi97 opened this issue Apr 15, 2020 · 1 comment

Comments

@oshi97
Copy link
Contributor

oshi97 commented Apr 15, 2020

Steps to recreate
open ie11 in browserstack
try to use geolocation filter's near me button
OR
open console and run below line
navigator.geolocation.getCurrentPosition(function(p){console.log(p)}, function(e){console.error(e)})

@nbramblett
Copy link
Contributor

This should be supported since IE 9 (https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/getCurrentPosition). Are you sure it isn't an issue with browserstack's location permissions?

@oshi97 oshi97 closed this as completed Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants