dpa99c / react-native-launch-navigator

A React Native module for launching today's most popular navigation/ride apps to navigate to a destination.
143 stars 34 forks source link

MAPS.ME (maps_me) does not open on iPhone #42

Open oraclo opened 1 year ago

oraclo commented 1 year ago

Bug report

Current behavior: Map.Me does not open on the iPhone. When you click nothing happens, the other apps (Maps, Google Maps, Sygic) open with the desired function.

Maybe the tag is wrong maps_me, could it be mapsme (It works on my iPhone with "Linking.openURL('mapsme://..."

Expected behavior: Open MAPS.ME and navigate to lat/long.

dpa99c commented 1 year ago

This module is generating the URL scheme as originally described by a MAPS.ME developer, for example:

mapsme://route?sll=53.479606,-2.245505&saddr=Manchester&dll=51.503347,-0.079396&daddr=London&type=vehicle

However having tested this on an iPhone with a recent version of MAPS.ME (v14.6.1) I observed this no longer works and when the MAPS.ME app is launched it doesn't display the route as in previous versions of the app.

There have been reports of navigation no longer working in MAPS.ME so maybe this is related.

oraclo commented 1 year ago

Thanks for the replies, I guess I'll disable it then.

moving-bits commented 1 year ago

FYI: Regarding the link above: We have received user feedback on c:geo support this week that it's back working, so maybe they have fixed their API calls.

(Edit: at least on Android, which is what c:geo uses - can't say for iOS, though)