We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code fails:
let options = {maximumAge: 0, timeout: 10000, enableHighAccuracy: true}; Geolocation.getCurrentPosition(options).then(...)
Gives an error about the first parameter not being a function. Am I doing it wrong?
The text was updated successfully, but these errors were encountered:
Thanks for the issue, looks like it might be a bug. The @Cordova decorator should have callbackOrder: 'reverse'.
@Cordova
callbackOrder: 'reverse'
Sorry, something went wrong.
Sorry to "reopen" that, but when this fix will be pushed to npm ?
Thanks.
@thiphariel Not sure when are they planning to publish a new release to NPM.
But here is an unofficial release that includes that fix: https://www.dropbox.com/s/wizomnu75jv30yz/ionic-native-nightly-dist.zip?dl=0
Please note that it might be unstable due to some untested plugins.
No branches or pull requests
This code fails:
Gives an error about the first parameter not being a function. Am I doing it wrong?
The text was updated successfully, but these errors were encountered: