dpa99c / phonegap-launch-navigator

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

maps.me navigation is broken #279

Open Dante1349 opened 7 months ago

Dante1349 commented 7 months ago

Bug report

CHECKLIST

Current behavior:

When i try to navigate to maps.me with a given address on android the maps.me intent cannot be found anymore:

O.navigate(): Exception occurred: No Activity found to handle Intent { act=com.mapswithme.maps.pro.action.BUILD_ROUTE flg=0x10000000 pkg=com.mapswithme.maps.pro (has extras) }

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.

MobileMarine commented 6 months 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.