cordova-plugin-gpslocation icon indicating copy to clipboard operation
cordova-plugin-gpslocation copied to clipboard

Native GPS Location for Cordova - Android

Results 7 cordova-plugin-gpslocation issues
Sort by recently updated
recently updated
newest added

(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 ),...

Has anyone tried the plugin with new Phonegap version (7.0.1)? It doesn't work for me, while it works ok with previous versions.

It works and i like it but... the speed really upsets me. It takes up to one minute to get the coordintes on my HTC one m8. Can it be...

I installed the plugin using `sudo cordova plugin add cordova-plugin-gpslocation` and tried using it like : var options = { enableHighAccuracy: true, maximumAge: 45000, timeout: 15000 } var data =...

Hello, I cant install the plugin, followed this steps: npm install -g cordova cordova create test1 com.example.hello HelloWorld cd test1 cordova platform add android --save cordova plugin add cordova-plugin-gpslocation Fetching...

How do you do for the apk being in the background, the plugin keep it running ?

hi ! I have followed the instruction but I get this error "GPSLocation is not defined". Should I do something before start using getCurrent function?