如何使用phonegap使用iPhone MFMailComposer?
如何使用phonegap使用iPhone MFMailComposer?
我正在使用phonegap框架来开发我的应用程序。但我不想使用“mailto”,因为点击它会启动 iPhone 默认邮件应用程序。
我的要求是像 MFMailComposer 在默认 iOS sdk 中那样发送邮件。
让我知道是否有任何可用的方法。
How to use iPhone MFMailComposer using phonegap?
I am using phonegap framework to develop my application. But i dont want to use "mailto", as while tapping on that it launches iphone default mail application.
My requirement is to send mail same like MFMailComposer does in default iOS sdk.
Let me know if there are any ways available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以参考下面两个链接供您参考。这将帮助您在电话间隙中打开 MailComposer 视图。
https://github.com/purplecabbage/phonegap-plugins
https://github.com/purplecabbage/phonegap-plugins/tree/master /iPhone/EmailComposer
You can refer below two link for your reference. this will help you to open MailComposer view in Phone gap.
https://github.com/purplecabbage/phonegap-plugins
https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/EmailComposer