I have two variables - Destination and Source - and, using Phonegap, I\'m trying to use jQuery to open the external iPhone Apple Maps app with directions.
The code I
I managed to get this working in 2018 on iOS 11.2 using the following format in iOS:
Open in Maps
And this format on Android:
Open in Maps
Additionally, don't forget to add permissions to your config.xml
file like so:
In my project the geo:
intention had existed from the beginning so it took my a while to figure out why this was working on Android and not iOS.