João Pimentel Ferreira

Results 296 comments of João Pimentel Ferreira

Are you installing this plugin from this repo?

very late reply! Did you eventually solve this?

Sending files directly from the file system is a bit buggy with Outlook, have you tried converting the files to base64 and attach them as base64? With me always works.

On a first glance you seem to do everything OK, [this](https://github.com/jfoclpf/in-my-district/blob/main/app/www/js/photos.js#L68) is what I use to convert images to base64 because in iOS the filesystem is also tricky. But your...

Try also to search in the list of forks if everyone have already solved that issue https://github.com/katzer/cordova-plugin-email-composer/network/members If you find anything relevant, please do kindly share you results

> Is there a minimum Android version requirement? Could Android 7 be a problem despite using Gmail App ? I'm not aware of any. I am using this in Android...

@PetePrattis would you be so kind to make a PR on that? I don't have iOS so I don't have means to test it (I'm a collaborator of the project,...

@Florian-crg could you kindly also test it, that is, adding this under `` on the `plugin.xml` file of this plugin? ```xml mailto googlegmail ms-outlook ``` Don't forget to rebuild the...

I realized now that `plugin.xml` had already that entry but only with `mailto`. I already made a PR (#370) including `googlegmail` and `ms-outlook`. Could you kindly test this PR? ```...