Link from activity outside app

edited January 2015 in General Discussion
Hello,
is it possible to create link in html activity which opens up a new window? I made html page with links to google maps and I am trying to link to google maps app (using target="_blank"), but when I click my link within a html activity, it just opens up map in my app (which is bad, because I can't use navigation).

Comments

  • So I figured it out. If somebody is trying to solve same problem, you should use <a href="geo:geo://0,0?q=xxx">Take me there!</a> and this link will open in google maps app :)
  • Thanks for sharing the solution. :)
Sign In or Register to comment.