我使用phone gap框架开发android应用程序,我的规范是发送电子邮件,为此我使用web intent插件发送电子邮件,默认情况下我可以通过编程指定邮件的主题和正文,但我不能通过编程来完成的联系人需要手动完成。有没有其他方法可以通过编程方式发送联系人?
谢谢。
发布于 2011-09-20 05:13:50
Phonegap插件可能是最好的方法,尽管我个人不明白如何使用这里的示例:
http://smus.com/android-phonegap-plugins
另外,试试"mailto“on和锚:
href="mailto:support@desktopwealth.com?subject=Adding E-mail Subject Is Easy&body=content for the body of the email to remind me of a specfic reason, location or purpose for this email"https://stackoverflow.com/questions/5864888
复制相似问题