angularjs - Go back after open google map by href in Android App -


in android app, have link opens google maps url show user how go location place. problem, link opens on app , can't go pressing phone's shortcut.

in href attribute of <a>, im using url:

http://maps.google.com/maps?daddr={{item.latitude}},{{item.longitude}}&ll=

i'm using ionic , angularjs.

i have tried solution: can't go after clicking on google maps link, don't know how make same query in above url using geo: protocol.

someone knows how solve this?

for geo: protocol please try following code:

href="geo:<lat>,<long>?q=<lat>,<long>(label+name)">locate</a>

change lat , long wish.

for more details, please refer here.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -