The front end of the app is angularjs and I would like to open a native google maps application when the user clicks the following link.
<a class="google-map" href="http://maps.google.com/maps?saddr=sydney&daddr=melbourne">Navigate</a>
The link opens maps in a mobile browser but I want to open native google maps.
How can I achieve this?