katzer / cordova-plugin-email-composer

Edit and send email messages
Apache License 2.0
344 stars 333 forks source link

Not working at IOS 12 #313

Closed josevi86 closed 5 years ago

josevi86 commented 5 years ago

Hello,

I have seen many problems about this, but the solution is not clear to me.

The add-on works perfectly with Android, but not with iOS. I've tried with two iphones, both have not installed gmail, only the pre-installed mail application. Is it mandatory to install another application? Or should the default mail application open?

Thank you.

katzer commented 5 years ago

Should work with (any) email client because the plugin uses the native email SDK interfaces.

josevi86 commented 5 years ago

Im using Adobe Phonegap cli-8.0.0, not Cordova. Could be this a problem?

Im using this code, and is working on Android:

cordova.plugins.email.open({
     subject: 'Sent from xxx',
     attachments: [image]
});
katzer commented 5 years ago

Any error message in the logs?

rajriva commented 5 years ago

I'm having the same issue on IOS 12.2.x, there is no error, it just executes the command but doesn't open the email client

jfoclpf commented 3 years ago

same error here

jfoclpf commented 3 years ago

it just executes the command and not output on the console

image

@katzer do we need to request any authorization on ios?