我正在使用设备跟踪示例..
我尝试下面的插件.... 的 https://github.com/transistorsoft/cordova-background-geolocation-lt
此控制器代码
.controller('DashCtrl', function($scope) {
var bgGeo = window.BackgroundGeolocation;
console.log(bgGeo);
alert(JSON.stringify(bgGeo));
})
此代码抛出错误:" bgGeo未定义.. !!&#34 ;;
尝试以下链接后..
https://github.com/rishantagarwal/CordovaBackgroundGeolocationStartingUpExample
此后台定位:无效许可
请帮帮我