Feature request: Send geo intents to native devices for selecting navigation apps
Opened this issue · 1 comments
Is it possible to to extend the current web share API by a new feature: Send intents to Android devices for the use case: The user wants to travel to a destination by click on some "start navigation" button and then the web application lets the user decied choose from all naviagtion apps installed on the device, for example Google Maps and Waze.
Checkout this example how it works already: https://stackoverflow.com/questions/32437494/is-there-a-way-to-intent-all-navigation-apps-in-phone
Where to suggest a new web intent api that can send geo intents?
Right, this isn't really a "share", unless we were to share location objects (GeolocationPosition
)... it's more of a navigation.
Note that in the Android example they navigate to a geo URL.... one probably wouldn't do that on the web (as minting new URLs is not great), but still.