michalchudziak/react-native-geolocation

WatchPosition alway return same value when using Wi-fi

GaetanFauconnier85 opened this issue · 2 comments

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 ?

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?

@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.