cjlotz / Xamarin.Plugins

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

Text, keyboard and send button quickly disappear after calling SendSms #39

Closed mwerickson closed 7 years ago

mwerickson commented 8 years ago

When I execute the following code:

var smsTask = MessagingPlugin.SmsMessenger;
if (smsTask.CanSendSms)
{
    smsTask.SendSms(phoneNumber, textToSend);
}
else
{
    Debug.WriteLine($"Unable to text {phoneNumber} - Cannot send SMS text at this time");
}

The text dialog is showing, the correct number is in the "To" area, and the text is placed in the text area, however VERY quickly the text area and the keyboard (including the send button) go away. We used slo-mo video to capture that the text WAS indeed passed to the text app and that it all went away, leaving the dialog just sitting there with the number and a cancel button.

Any ideas what could be causing this?

Running XForms 2.3.1.114 Xam.Plugins.Messaging 3.2.1

hardware is iPad Air 2 (but can duplicate on iPad mini) both running iOS 9.3.5 And it works fine on iPhones

Thanks for any help!

cjlotz commented 7 years ago

Cannot reproduce this on my side. Is this still an issue?

cjlotz commented 7 years ago

Closing issue - no further feedback