João Pimentel Ferreira
João Pimentel Ferreira
@Florian-crg Florian can you test it PLEASE? This is open source, let's have a collaborative working spirit.
@Florian-crg I am a collaborator of the project, not the initial creator, I cannot reproduce the problem because I have no Mac nor iOS. Do you know anyone with iOS...
@CyrixInstead Do you know if that works (opening `mailto`) on previous versions of iOS? Or did you test it only with iOS 15? Sorry anyway, but I have no iOS...
@afulkersonApollo please read the thread, that's exactly what we were trying to avoid with the PR, but I found no one to test it.
Do you mean this? > ``` > cordova plugin rm cordova-plugin-email-composer > cordova plugin add github:katzer/cordova-plugin-email-composer#pull/370/head > cordova clean && cordova build ios > ```
@afulkersonApollo do you confirm that after the `cordova build ios` (somewhere) inside `platforms/ios` the `-Info.plist` has: ```xml mailto googlegmail ms-outlook ``` just be sure
In that case unfortunately I can't do much, because I'm solely a maintainer of the this repo, I'm not the original creator nor I have mac or iphone, just android....
@jayaprasanth-g your question is offtopic, but anyway, attaching files in iOS may be a bit tricky and painful, please see the file plugin [docs](https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-file/) for apache cordova and also the...
> Sorry this recommented solution not solve it. I can open the outlook app but the attachment is not working. they said it because of http://www.faqs.org/rfcs/rfc2368.html . I don't know...
@regnete sorry the late reply, does this problem still applies? `cordova.plugins.email.hasAccount` does not work on Android 10+? Do you confirm #351 is a solid and stable fix?