katzer / cordova-plugin-email-composer

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

Composer not starting #289

Closed MattiHay closed 6 years ago

MattiHay commented 6 years ago

Hello

Yesterday (1.2.2018) i made a new phonegap-build for ios with this plugin for ios. On my iPad with iOS 10.3.3 the Mail-Editor Composer is no longer opening after calling open-Method. The same code worked with one of my last builds in mid January.

Everything seems to be ok. Method isAvailable delivers true in Parameter hasAccount of Callback. Method hasPermission also delivers true in Parameter granted of Callback.

Because you made changes in the last day maybee this caused an issue on iOS?

kind regards Matthias

MattiHay commented 6 years ago

Addition:

Open Call is

cordova.plugins.email.hasPermission(function (granted) { if (granted) { cordova.plugins.email.open({ to: '', cc: '', subject: 'Montage/Service-Auftrag ' + actDataWI.WLDOC_POS, body: 'Sehr geehte(r) ' + actDataWI.NAME1_WE, attachments: b64AttData }); } });

MattiHay commented 6 years ago

Addition: 0.8.13 works.

veto-cearl commented 6 years ago

+1

iOS Mail editor not launching with 0.8.14. Rollback to 0.8.13 works.

dylanvdmerwe commented 6 years ago

Same here, 0.8.13 works.

katzer commented 6 years ago

I will release a new version today. With 0.8.14 you have to specify app:"mailto:" manually as a workaround.