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

WatchPosition alway return same value when using Wi-fi #260

Open
GaetanFauconnier85 opened this issue Jul 18, 2023 · 2 comments
Open

WatchPosition alway return same value when using Wi-fi #260

GaetanFauconnier85 opened this issue Jul 18, 2023 · 2 comments
Labels
question Further information is requested

Comments

@GaetanFauconnier85
Copy link

When I use watchPosition with wi-fi, the latitude and longitude are always the same even with enableHighAccuracy: false. But when I use the mobile data the position change correctly.

Is this the normal behaviour ?

@GaetanFauconnier85 GaetanFauconnier85 added the question Further information is requested label Jul 18, 2023
@michalchudziak
Copy link
Owner

I think it should use WiFi location as a fallback option. Could you share more details? Does it happen on iOS, Android or both? Which version are you using?

@Magnus-V
Copy link

Magnus-V commented Oct 16, 2023

@michalchudziak
See newer issues aswell, but when using enableHighAccuracy: true, it does not fall back to wi-fi (COARSE_LOCATION).

To test it, be somewhere with no gps and then start the app with enableHighAccuracy: true. The watcher will fail and not respond until you are somewhere with a GPS signal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants