João Pimentel Ferreira

Results 296 comments of João Pimentel Ferreira

indeed I tested now on Android 11 with one Gmail account with ```js cordova.plugins.email.hasAccount((res)=> console.log(res)) ``` and got `false` Tested with another device with Android 9 and got `true`

I will test your PR in Android 9 and 11 with ``` cordova plugin add github:katzer/cordova-plugin-email-composer#pull/351/head ``` I suppose this does work (saw [here](https://stackoverflow.com/questions/33181297/npm-install-from-github-pull-request))

@regnete I could build your PR with the current branch but not only it doesn't work, but it also crashes in Android 11 while opening email app. I closed that...

@r000bin97 you can try to test @regnete 's PR #351 ``` cordova plugin rm cordova-plugin-email-composer cordova plugin add github:katzer/cordova-plugin-email-composer#pull/351/head cordova clean && cordova build android ``` It crashed on my...

@r000bin97 did you test it with the following in `config.xml` under ``? ```xml ```

@BenieD @KenpoJ apologies for the very late reply what do you mean exactly by phonegap build (if you still remember the issue :)? Do you mean the CLI command `cordova...

@yashktrivedi apologies the very late reply: did you eventually solve this problem? Does it work with windows 10?

@cmaresh sorry the very late reply, does this problem still persists?

According to what I [read](https://stackoverflow.com/questions/48534293/android-support-v4-content-fileprovider-not-found), this is still a valid PR But I would like to be sure. Do you confirm @imperyal , @11com7 and @CharityDynamics ? Many other forks...

thanks @brolnickij