Marián Hello
Marián Hello
Ok thanks. I'm in process of reviewing/trying to understand the whole PR. I'll add comments as I go. The first would be: 1. Please Move Tracker1D.java to separate package (maybe...
Ok. I'll take some time to review this. Merge eventually. Thank you for your contribution.
I don't see any issue here. First one is for array format second json literal.
are you using config option `postTemplate`?
You are using custom post template. Server expects default.
>Further tinkering revealed that the location object was referenced incorrectly. No, keep in mind, if you just remove postTemplate from config options, it doesn't mean it starts using defaults!. You...
see https://github.com/mauron85/cordova-plugin-background-geolocation#getconfigsuccess-fail
You need to build application first. https://github.com/mauron85/cordova-plugin-background-geolocation-example#build-application
There is source map available, so you should be able to browse source code in the browser. Also you can build app.js and skip minimization phase with: ``` NODE_ENV=development npm...
Delete node modules folder and do fresh modules install On Tue, 3 Jul 2018 at 13:10, Angel wrote: > Hi there, > I just checked out the code, followed the...