Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Driving Directions Native Map Exits App

Hello

I am trying to allow the user to automatically get driving directions using there native map program.

The problem I am having is that it opens the Map correctly with the driving directions but there is no way to go back into the app.

Code: Select all

For example I click on a button the native map program opens and givs the user directions. But now the user cannot go back into my app. Every time they click in my app it open the same driving directions from the link. 

Ideas?

Thank you

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Driving Directions Native Map Exits App

any ideas

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Driving Directions Native Map Exits App

I think this will work for me.
works in android not sure about ios

TEST

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Driving Directions Native Map Exits App

Hello Vinny,

Could you clarify, what link do you use? How do you need open your own app?

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Driving Directions Native Map Exits App

This works on android and ios I tested it.

button class="boxButtons" onClick="window.open('http://maps.apple.com/?daddr=40.80624...' ,'_system', 'location=yes')" X2103 - Cypress Ave & 139th St </button

Return to “Issues”