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
Changing http://maps.apple.com/?q= to just maps: did the trick.
http://maps.apple.com/?q=
maps:
NB: make sure you write maps: and not map: as, while the latter will run the correct app, it will crash immediately after opening (thanks jprofitt)
map: