dpa99c / react-native-launch-navigator

A React Native module for launching today's most popular navigation/ride apps to navigate to a destination.
144 stars 35 forks source link

Let the user selects the app with 'open with' android system menu #26

Closed dngconsulting closed 4 years ago

dngconsulting commented 4 years ago

Hello,

Is there any way to let the user select himself the right map application with the "open with" system menu (specially on Android with intents) instead of proposing in-app list menu ?

Thanks

Sami

dpa99c commented 4 years ago

No, I don't believe you can do this - the android "open with" system menu is built-in and responds to certain pre-defined criteria - I don't believe there's a way to throw a bunch of custom app URL schemes at it and use it as a chooser. However you could emulate that menu UI in your own Android app if you wanted it to appear more native.