/SMS

In this project we are going to send an SMS by using Ionic Framework

Primary LanguageJavaScript

SMS

  1. create a project from termainal as ionic start SMS blank
    2)cd SMS project
    3)Add the required platform in terminal as ionic add platform ****
    4)Add the ng-cordova.min.js file above the cordova.ja file in our project
    5)Insert that 'ngCordova' dependency in app.js file
    6)Add the required plugin as cordova plugin add https://github.com/cordova-sms/cordova-sms-plugin.git
    7)In Index.html I added the button and Input for typing the number and textarea also
    8)In app.js I wrote an Controller to display the sms and it's functionality please have a look
    9)Please update your cordova platform if the above plugin doesn't work