I have a webpage for my driver that has client name, pick up address, drop off address. We are using Appypie as wrapper which uses android browser, anyway issue is when I try to make address clickable to open navigation, it trying to open it inside appypie as an webpage instead of opening Google maps Apk, is there anyway you guys can help me out with this. Any html code that will do what I need.
Asked
Active
Viewed 474 times
0
-
i guess ill try to ask another way, how can i invoke google maps(navigation) app to open by clicking on address in web browser? as of now it opens google maps in browser with – Max Co Sep 18 '19 at 08:16
-
Are you perhaps referring to Maps URLs? https://developers.google.com/maps/documentation/urls/guide Also check out Android intents https://developers.google.com/maps/documentation/urls/android-intents – evan Sep 18 '19 at 12:58
-
i've tried that but still can't open it it keeps opening in browser and when i click open app all i get is google play store screen with google services page not sure why. – Max Co Sep 18 '19 at 20:38
-
i've tried to do it with waze, what happens it loads navigation in waze and when i click open in app it gives me option to load with browsers only, not showing me google maps app or waze.. not sure what's going on – Max Co Sep 18 '19 at 20:39
-
270 Norhland Blvd 45246
– Max Co Sep 18 '19 at 20:39 -
Do you have the Google maps app installed on your android device? – evan Sep 18 '19 at 20:46
-
yes actually this is what i found on this website but it doesn't give me start point or destination just opens app – Max Co Sep 18 '19 at 21:14
-
i've been trying to use different options and still failing...5150 E Galbraith Rd 45236 all it does just opens google maps main screen tried different options but still getting same result.. anyone have an idea how to include destination and have start point as current location? – Max Co Sep 19 '19 at 08:48
-
one more step forward) thanks to stackoverflow found and fixed most of the code still can't figure out one part how to set current location by default here is code that works without using current location `code`Navigate To Test Address`code` – Max Co Sep 20 '19 at 06:42
-
The following related threads may hopefully help you: https://stackoverflow.com/questions/52310436/open-map-to-show-direction-from-current-location-through-intent-android and https://stackoverflow.com/questions/46378688/how-to-launch-google-map-intent-with-my-current-location – evan Sep 21 '19 at 09:18