Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Send geo intents to native devices for selecting navigation apps #280

Open
leolux opened this issue Sep 18, 2023 · 1 comment

Comments

@leolux
Copy link

leolux commented Sep 18, 2023

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?

@marcoscaceres
Copy link
Member

marcoscaceres commented Jan 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants