Closed clembo590 closed 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).
Added to TODO list
thanks. Any idea on when you can do it? thanks again for the very very nice work already done
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).