Meteor how to use cordova email-composer plugin -


recently have started developing moible hybrid app. trying use following cordova plugin

https://github.com/katzer/cordova-plugin-email-composer

i have added command: meteor add cordova:cordova-plugin-email-composer@0.8.7 , stuck. dont have idea how use it. trying somethin it's not working

window['plugins'].email.open(); 

i looking long time reasonable example did not find anything. can please guide me through how should use , other plugins ? best regards


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -