Ionic cordova sms passes control to app

I have been developing an app and need to have ionic/angular send an SMS WITHOUT passing control to the app for the user to “press the send button”. I am using cordova’s sms plugin and it does not send the request in the background via SMS.

Question? Anything out there that I can use to send SMS messages in the background while still using Ionic framework? Thanks for your time!!