How can open google map in iOS using Meteor

Viewed 886

I need to open google/apple map app on iOS using Meteor js. I could do it in Andriod using window.open("geo:" + addressLongLat, "_system");, but the same code not working iOS.

4 Answers
Related