cordova-plugin-gpslocation
cordova-plugin-gpslocation copied to clipboard
watchPosition error "Position retrieval timed out"
(Translated by Google)
Hello
The same code works for me on several phones, but NOT on the Samsung J2 (Android 5.1.1)
Any ideas?
this.watchID = GPSLocation.watchPosition( this.GPSleido.bind( this ),
this.GPSerror.bind( this ),
{ maximumAge: 10000,
// frequency : 30000,
timeout : 30000,
enableHighAccuracy: true });
I did tests with enableHighAccuracy on TRUE and FALSE, timeout on 3000, 10000, 30000
and me also