-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One callback in background geolocation #331
Comments
|
Might be because they return promises, they should return Observables instead. |
Thanks for your reply! That was the same thing I thought :) , When do you think this problem is solved? |
Changing this to be a sync since it's a non-standard behavior |
@pascalrijk can you try the code in master now? Just pushed a fix that changes the semantics to be this:
Also updated the config to match the most recent version of the plugin |
@mlynch: It works, thank you! Steps to update from master:
7 . |
An easier way to install from master: npm install git+https://github.com/driftyco/ionic-native.git |
Hi,
I am using the backgroundgeolocation on a ts page but the succes callback is only fired once. Can somebody tell me what the reason is for this problem?
ionic native: 3.3.7
ionic info output:
Cordova CLI: 6.2.0
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS
Node Version: v5.6.0
The text was updated successfully, but these errors were encountered: