Phonegap - Open Navigation Directions in Apple Maps App

后端 未结 4 1438
走了就别回头了
走了就别回头了 2020-12-15 09:06

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

4条回答
  •  离开以前
    2020-12-15 09:45

    Changing http://maps.apple.com/?q= to just maps: did the trick.


    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)

提交回复
热议问题