ionic-team / ng-cordova

OBSOLETE: Please move to Ionic Native https://github.com/ionic-team/ionic-native
https://github.com/ionic-team/ionic-native
MIT License
3.48k stars 1.05k forks source link

Background Geoloc ng-cordova js not updated #926

Open krish-dev opened 9 years ago

krish-dev commented 9 years ago

https://github.com/christocracy/cordova-plugin-background-geolocation this plugin is used window.BackgroundGeolocation

but ng-cordova is used may older version (and we got error to use this plugin) $window.plugins.backgroundGeoLocation https://github.com/driftyco/ng-cordova/blob/master/src/plugins/backgroundGeolocation.js

root-io commented 9 years ago

Same issue, I downgraded to 0.3.6 but I don't manage to get the location with android

neoadventist commented 9 years ago

I'm having the same issue!

root-io commented 9 years ago

Someone has manage to make it work for both android and ios ?

neoadventist commented 9 years ago

@root-io I stopped using this and just wrote the native JS. wasn't too difficult.