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
Current behavior:
When launch-navigator.navigate fails (for example see ionic-team/capacitor#6002) the the promise catch is never invoked. Please note that the promise success is also never invoked if all work well
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use the discussions section https://github.com/danielsogl/awesome-cordova-plugins/discussions
Current behavior:
When launch-navigator.navigate fails (for example see ionic-team/capacitor#6002) the the promise catch is never invoked. Please note that the promise success is also never invoked if all work well
Expected behavior:
When launch-navigator.navigate is invoked, as a result, it should invoke either success/resolve or error/reject clause.
It seems that this change broke the success/error handling.
The succes/error handler should be 1/2 and not 2/3 - see https://github.com/danielsogl/awesome-cordova-plugins/blob/master/src/%40awesome-cordova-plugins/plugins/launch-navigator/index.ts#L324 and https://github.com/dpa99c/phonegap-launch-navigator#navigate (note launchnavigator.navigate(destination, successCallback, errorCallback, options);)
Steps to reproduce:
See ionic-team/capacitor#6002
Other information:
N/A
The text was updated successfully, but these errors were encountered: