Phonegap - Open Navigation Directions in Apple Maps App

后端 未结 4 1439
走了就别回头了
走了就别回头了 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:59

    The code

    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
    

    Config permissions

    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.

提交回复
热议问题