cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Request for the ability to display the name during a call if it's not available(willing to help implement this feature, if someone more experienced can provide guidance). #93

Closed johnfredrick closed 6 years ago

johnfredrick commented 6 years ago

Is it possible to display the name property when making a call?

cjlotz commented 6 years ago

As the plugin makes use of the native dialing api's/interfaces, it is limited to what these api's/interface support. Only the UWP dialer supports showing the name of the contact and will work as requested, but not any of the other platforms.