Open Dante1349 opened 1 year ago
As the supported app list https://github.com/dpa99c/phonegap-launch-navigator#supported-navigation-apps
is also not in sync with the APP constants
_this.APP = { USER_SELECT: 'user_select', APPLE_MAPS: 'apple_maps', GOOGLE_MAPS: 'google_maps', WAZE: 'waze', CITYMAPPER: 'citymapper', NAVIGON: 'navigon', TRANSIT_APP: 'transit_app', YANDEX: 'yandex', UBER: 'uber', TOMTOM: 'tomtom', BING_MAPS: 'bing_maps', SYGIC: 'sygic', HERE_MAPS: 'here_maps', MOOVIT: 'moovit', };
you cannot limit the choice to all working navigation apps via the appSelection.list option.
Bug report
CHECKLIST
[x] I have read the issue reporting guidelines
[x] I confirm this is a suspected bug or issue that will affect other users
[x] I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
[x] I have read the documentation thoroughly and it does not help solve my issue.
[x] I have checked that no similar issues (open or closed) already exist.
Current behavior:
When i try to navigate to maps.me with a given address on android the maps.me intent cannot be found anymore:
Maybe this needs to be updated? I could not find a list of actions maps.me provides here,
Expected behavior: maps.me launched with route to the given address
Steps to reproduce: using launchNavigator with a given string address provokes the crash.