Hi, I am currently fixing some kinks with the geolocation in an application I am making.
As soon as the application boots, it calls the getCurrentLocation function. I have noticed that if I open the application with location services disabled, then turn it on a few second after load, or after a TIMEOUT error, later calls of getCurrentLocation function do not work. Typically I see that when I run the getCurrentLocation function, the GPS icon flashes in the statusbar of the phone, and the success method is executed. However, if a run the getCurrentLocation function after a TIMEOUT, or loading the application with location services off then turning them on later, the GPS icon does not appear and the error method is executed. Does anyone have a solution to resolve this behavior? Thanks [ Full content available at: https://github.com/apache/cordova-plugin-geolocation/issues/109 ] This message was relayed via gitbox.apache.org for [email protected]
