dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 129 forks source link

Cancelled error #236

Closed yosikal closed 4 years ago

yosikal commented 4 years ago

I'm receiving multiple reports from users that navigation doesn't work as expected. When checking Sentry logs I see that there is common error in which the launchnavigator.navigate returns to the error callback passing to it "cancelled" as the error message. Any idea?

dpa99c commented 4 years ago

Sorry but there is insufficient information here to determine if there is an issue or investigate it.

The "cancelled" entry in the logs is likely to arise from this line which is invoked when the user presses the Cancel button (or taps the background mask) on the actionsheet which is part of the default plugin UI and cancels the actionsheet without invoking a navigation app. Therefore this is likely to be a red herring and not the cause of your users' issues. I suggest contacting the affect users to obtain more information.