-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Bug Information
Version Number of Plugin:
5.2.0
Device Tested On:
Simulator Tested On:
Pixel 2 R 11.0 API 30
Version of VS:
2019
Version of Xamarin:
5.0.0.2196
Versions of other things you are using:
Steps to reproduce the Behavior
Check value of CrossMessaging.Current.PhoneDialer.CanMakePhoneCall
Expected Behavior
Value shoud be true
Actual Behavior
value is false
Code snippet
var phoneDialer = CrossMessaging.Current.PhoneDialer;
if (phoneDialer.CanMakePhoneCall)
phoneDialer.MakePhoneCall(number);
Screenshots
nilsE
Metadata
Metadata
Assignees
Labels
No labels