You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/14 00:31:18 UTC

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #110: Timeout exception Android 8+9 (v2.4.3), Android 8 (v4.0.1)

breautek commented on issue #110:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-673775117


   > I had "only phone" (so via gps only) and there is no way to make it work.
   
   If the phone is set GPS only, this means the only source of GPS information it can use is from GPS satellites. Cold booting the GPS hardware takes a very long time. It isn't abnormal for this to take >= 15 minutes before you start receiving GPS updates. 
   
   When the phone is set to high accuracy (not to be confused with the API's `highAccuracy` flag), it uses more sources of information such as cellular towers and wifi networks to receive GPS events faster.
   
   Unfortunately this is a user setting that is not configurable by the app.
   
   I have this better explained in my [gist](https://gist.github.com/breautek/d6231fa33d6942c269296546892afb5e).
   
   I don't believe this is an issue that Cordova can resolve. As was discovered, the issue persisted even when using the native geolocation APIs. So I'll be closing this ticket.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org