我正在使用适用于 iphone 的 jquery mobile 使用cordova2.2.0。我正在使用 EmailComposer 插件,但问题是,它在模拟器 5.0 中工作,但在模拟器 5.1 及更高版本和设备中不工作。
我已经完成了插件过程的所有编码。此函数在单击事件时调用。请帮我。
function emailComposer(){
window.plugins.emailComposer.showEmailComposer("Subject","PlainTextBody", "recipient,recipient", "ccRecipient", "bccRecipient",false);
}