following this post and working with Corodva 3.6 bring me to open the Native google maps from my app. That's what I wanted.
Here is the exact line I'm executing:
window.location.href = url;
Where url is equal to:
geo:-122.41327719999998,37.7715108
It does open the map. But it brings me to Antartica with geo:0,0 I think.
What am I doing wrong ?
I did use <access origin="geo:*" launch-external="yes" />
in my config.xml
Many thanks