标签: android iphone cordova cross-platform
可能重复: Webintent email in phonegap-android?
我正在使用phonegap(ios和android)构建应用程序。在我的应用程序中,我想发送电子邮件给我的朋友。请通过提供任何链接来帮助我。
答案 0 :(得分:2)
您可以为iOS创建一个plugIn。在项目中添加JS和.h以及.m文件,并在html文件中引用它。
https://github.com/phonegap/phonegap-plugins
您可以从上面的网址下载emailComposer plugIn。
对于android我们可以使用webIntent plugIn。