hazems / cordova-sms-plugin

A custom Cordova plugin which allows sending SMS messages in Android, iOS and Windows Platforms.
33 stars 20 forks source link

sms cordova plugin #23

Open Swapnesh25 opened 2 years ago

Swapnesh25 commented 2 years ago

Even no mentioning INTENT to our our native functionality but sms is still getting send silently, plus there is no permission for send_sms in plugin itself

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 opening any other app } };