dpa99c / phonegap-launch-navigator

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

show icons in app. #149

Closed kashikhan1 closed 7 years ago

kashikhan1 commented 7 years ago

in list show icons instead of app name.for example google maps is replace with its icon.

dpa99c commented 7 years ago

This is not likely to be implemented soon since it would require significant changes to cordova-plugin-actionsheet which is used to display the list of available apps in the default UI provided by the plugin.

If you require this feature, I would suggest creating your own in-app UI which displays icons: you can populate the list of available apps using plugin API functions such as availableApps()

dpa99c commented 7 years ago

Realistically, this is never going to be added to the default UI, which is provided as a simple out-of-the-box solution.