cjlotz / Xamarin.Plugins

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

iOS PhoneCallTask improved #30

Closed kryz closed 8 years ago

kryz commented 8 years ago

On iOS: Allow formatted telephone numbers & Added implementation for CanMakePhoneCall.

It would maybe be cleaner to have the actual number in CanMakePhoneCall. But this would break the Interface. And the underlying implementation of UIApplication.SharedApplication.CanOpenUrl doesn't check the phone number anyway.

cjlotz commented 8 years ago

Will be including this in an upcoming update. thx