PhoneGap Email Composer Plugin

后端 未结 7 1623
再見小時候
再見小時候 2021-01-07 10:57

I\'ve built a simple jQuery Mobile based app, and trying to compile it with Phonegap. I\'d like the users to be able to send some content from the app via email, but I can\'

7条回答
  •  轮回少年
    2021-01-07 11:31

    For those finding this question whilst trying to get an Email Composer to work, you no longer need to add things to the plist. The new CLI interface handles that for you.

    The most current version of the Email Composer plugin is here - https://github.com/katzer/cordova-plugin-email-composer

    And the way to add it to your project is this in the command line: cordova plugin add de.appplant.cordova.plugin.email-composer && cordova prepare

提交回复
热议问题