我使用手机间隙框架开发Android应用程序,我的规格是发送电子邮件,因为我使用web intent插件发送电子邮件,默认情况下我能够以编程方式指定邮件的主题和正文,但是联系我不能以编程方式做到需要手动完成。是否有其他方式以编程方式发送联系人?
感谢。
答案 0 :(得分:2)
Phonegap插件可能是最好的路线,虽然我个人不明白如何在这里使用示例:
http://smus.com/android-phonegap-plugins
另外,试试“mailto”并锚点:
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"