Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

can not get location from gps, when no cell coverage and no wifi network condition. #142

Open sainbayarus opened 5 years ago

sainbayarus commented 5 years ago

when using wifi or cell network it is ok, but without no network condition i cannot get location from GPS. it is even not indicating location indicator on status bar. i checked it open space cause maybe signal interfered by wall. but no luck. it always says request timed out.

react-native 0.59.10 react-native-geolocation-service 3.1.0 android 9.0

nes123 commented 4 years ago

same experience.

bodrius commented 2 years ago

++++

zhaoxu666 commented 2 years ago

I have same problem

// my options
{ forceLocationManager: true, maximumAge: 0, forceRequestLocation: true}