floatinghotpot / cordova-plugin-sms

Plugin to operate SMS, send / list / intercept / delete / restore
172 stars 141 forks source link

iOS Sms textfield resigned instantly. #86

Open VishnuV02 opened 5 years ago

VishnuV02 commented 5 years ago

While trying to send SMS using SMS plugin method, this.sms.send(this.smsTo, this.SMSMessage).then((data) => {}); SMS Textfield resigned instantly. What may be the reason?