With reference to the link
I'm trying to locate given location onto the native iOS map with the following url :
window.location = "maps:Greensboro+NC"
But, It opens the map with my current location not the location specified.
Please suggest what i'm doing wrong?
Thanks.