dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

NATIVE APP SELECTION #87

Closed clembo590 closed 8 years ago

clembo590 commented 8 years ago

This is a new feature request: when calling: launchnavigator.navigate("London, UK");

it would be great if we could set a list of app the user can select. Exemple: if on the phone there is: GMAPS,WAZE,UBER. what I would like to do is this:

_var selectableApps = [launchnavigator.APP.GOOGLEMAPS,launchnavigator.APP.WAZE]; launchnavigator.navigate("London, UK",selectableApps );

the user would then only have the choice between GMAPS and WAZE (and not UBER).

dpa99c commented 8 years ago

Added to TODO list

clembo590 commented 8 years ago

thanks. Any idea on when you can do it? thanks again for the very very nice work already done