Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Native google maps

Hi

I use this code to open the native google maps app for navigation on Android.
This code does not work for IOS. What do I need to do to get the same result on Apple?

var address = Apperyio("address").text().replace(/[ \n\r]/gi, "");
window.open('geo:0,0?q=' + address, '_system');

Thank you

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

Native google maps

Hello,

Unfortunately this is outside the scope of our support. Please search online for appropriate solution.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Native google maps

You guys provided me this code for Android, why cant you help with IOS?

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Native google maps

I have now researched this topic on Getsatisfaction and on Internet especially Stackoverflow to which you guys refer.

MANY references are to loading native apps on Apple refer to ....

wndow.open("http://maps.apple.com/?addr=destinati...");
THIS DOES NOT WORK in the Appery tester.

Is there any reason for this?
window.open does not seem to work for any url.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Native google maps

Hi Deon, could you please test this code running in the app installed on the device. Appery.io Tester app does not replicates all device features and JS transactions, we recommend to test apps on actual device.

Return to “Issues”