Issue
I have a big problem with this plugin:
https://github.com/katzer/cordova-plugin-email-composer
when i tried to send email on ios, all work well. but when i tried in Android, it did nothing.. And i receive the callback "email view is dismissed". I tested it on some device with different android version and in a blank project. My simple code:
cordova.plugins.email.open({app: 'mailto'}, function () {
console.log('email view dismissed');
}, this);
Solution
I solved this problem by installing this:
cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git#0.8.2
and remove the last version.
Answered By - Steph8
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.