You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
The short of it is that the navigate function doesn't take start as a parameter, but rather expects it to be part of the options parameter. This causes an error and no navigation being launched when the app is used.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you for your excellent work on ngCordova!
There is a major bug in the latest version(s) of ngCordova's wrapper of the launchnavigator plugin. Looking at line https://github.com/ionic-team/ng-cordova/blob/master/src/plugins/launchNavigator.js#L12 of the plugin wrapper, we can see:
This is not a valid set of parameters to the launchnavigator's navigate function, which you can see below (https://github.com/dpa99c/phonegap-launch-navigator#navigate) :
The short of it is that the
navigate
function doesn't takestart
as a parameter, but rather expects it to be part of theoptions
parameter. This causes an error and no navigation being launched when the app is used.The text was updated successfully, but these errors were encountered: