You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am trying to send to group of people sms but I can see that sms send to only one person...
My code is:
var options = {
replaceLineBreaks: false, // true to replace \n by a new line, false by default
android: {
// intent: 'INTENT' // send SMS with the native android SMS messaging
//intent: '' // send SMS without open any other app
}
};
var success = function () { alert('Message sent successfully'); };
var error = function (e) { alert('Message Failed:' + e); };
sms.send(['0544462095',.........,'0547549701'],
$scope.sms.context, options, success, error);
I am using ionic 2.1and cordova 6+,
any idea whey?
Hi all,
I am trying to send to group of people sms but I can see that sms send to only one person...
My code is:
I am using ionic 2.1and cordova 6+,
any idea whey?
[http://stackoverflow.com/questions/39792861/not-sending-sms-more-than-ones]
The text was updated successfully, but these errors were encountered: