Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maps.me navigation is broken #279

Open
5 tasks done
Dante1349 opened this issue Nov 15, 2023 · 1 comment
Open
5 tasks done

maps.me navigation is broken #279

Dante1349 opened this issue Nov 15, 2023 · 1 comment

Comments

@Dante1349
Copy link

Bug report

CHECKLIST

  • I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
  • 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:

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants