You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/21 10:52:59 UTC

[GitHub] [cordova-plugin-geolocation] DanishaRegil opened a new issue #195: GeoLocation not responding back

DanishaRegil opened a new issue #195:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/195


   We are currently using Ionic plugin for geoLocation 
   and its quite surprising to see from today the plugin is not responding back.
   We are either getting the data nor the error 
   
   
   The only log available in logcat related to geoPlugin is  
   D/GeolocationPlugin: We are entering execute
   
   


----------------------------------------------------------------
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-geolocation] breautek commented on issue #195: GeoLocation not responding back

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #195:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/195#issuecomment-617119085


   If you're using the emulator, then you have to manually trigger GPS events using the emulator UI.
   
   On devices, there are many reasons why you may not be receiving GPS updates. If you're using course mode (high accuracy disabled), then you may need to actually travel a significant distance  before receiving an update.
   
   If you're using high accuracy, then your environment is the biggest factor. Being inside a large concrete office building for example hinders the phone's ability to communicate with the GPS satellites. Ensuring the phone has A-GPS features enabled (wifi/bluetooth/mobile network) assistance will help reduce reliance on the GPS satellites. These settings will vary by device, but I don't think I've seen a modern phone without these features. Do note that these are user settings in the OS, and not controlled by the app.
   
   This issue doesn't include our issue template so I'll be closing this issue. If you think you've found a bug please open a new ticket and do not delete the template and instead fill it out. If you require further assistance, then a more appropriate place for support is our [slack](http://slack.cordova.io/).


----------------------------------------------------------------
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org