I have a website designed for android browser using jquery / jqtouch. As part of this, I have a map page that is loading. In the process of displaying my data, I found that some of my client addresses when I clicked on the Google app map with data sent to it. It also seems to load and launch a ton faster (and also has all the benefits of navigation, etc.).
So, I searched and searched, but could not "imitate", which was built into the function of ejecting addresses. I tried links with geo: and maps :, etc., but no one will open the installed application. However, just having an element <li></li>with an address, the browser will find the “correct” address and open the application.
I don't care if I need to start with javascript or href, it just needs to be embedded in html.
source
share