-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
On iOS, open Google Maps if present, else open Apple Maps #25
Comments
I completely agree with you! That would definitely improve the user experience if we only open apps available. Unfortunately, it's not currently implemented, but implementation would involve something like this: Afterward, the developer using the package would just need to add the URL schemes in their app configuration if you want to ensure this package can fall back on an app level. If you feel up for the task, please give it a whirl! I'm a bit busy these days with personal things but will provide some guidance. |
@brh55 a PR has been submitted |
Anyone looking for a solution around this can use this fork |
This is exactly the behavior I was looking for. |
I too am looking for this behavior |
Is it possible to open Google Maps if it is installed, else open Apple Maps?
Currently, if the provider is 'google' on iOS, and Google Maps is not installed, it opens Google Maps in browser, which isn't a good experience IMHO.
The text was updated successfully, but these errors were encountered: