Hi,
This may be a more general Android (not Corona) question, but …
My app is doing:
system.openURL ("http://maps.google.com/maps?z=12&saddr=37.31665048,-122.02152582&daddr=34.066741,-118.401541&directionsmode=driving")
…and the Waze app is getting opened instead of Google maps (or the browser pointing to google maps).
If I remove any (?) hint of directions, and do:
system.openURL ("http://maps.google.com/maps?z=12&daddr=34.066741,-118.401541")
I still get Waze.
If I do:
system.openURL (“comgooglemaps://?center=37.319552,-122.031674&zoom=14&views=traffic”)
I get a Google map (as embedded window/graphic, not a browser), but the zoom seems to be ignored (and, I think, traffic is ignored)
Hmm…the *second* and subsequent calls to comgooglemaps get a properly zoomed in inset map. Only the first call gets the non-zoomed map. Weird. Repeatable.
I said this might be a more general Android question, because I’ve noticed that another app, Discord,
seems to frequently open its map in Waze instead of Google Maps.
Android 8; Samsung Galaxy S7
thanks,
Stan