Include cordova plugin in ionic app -


how can include plugin https://programmingcindia.blogspot.com/2016/12/ionic-cordova-plugin-to-read-sms.html?showcomment=1501236991517#c4262583798146827634 in ionic app?

ionic combination of cordova core, angular 1 , ionic presentation it's cordova project. can install every cordova plugin in project by:

open cmd open drive project in (c: , e: , etc.):

e: (for example)

navigate cordova project directory

cd e:/mycordovaproject/

install plugin entering command

cordova plugin add cordova-plugin-sms

you have read documents know how implement , use plugin in js file


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -