hypery2k / cordova-email-plugin

Edit and send email messages
Apache License 2.0
44 stars 29 forks source link

Specify email app not working #6

Closed manoj529 closed 8 years ago

manoj529 commented 8 years ago

Hi Team,

Specify Email App is not working and skype , Galery vault, Shareit opens in the email apps list. Tested in android device with below specification :+1: Android Version : 5.0.2 Device : Lenovo A6000 Plus

Thank you in advance for any help regarding this!

hypery2k commented 8 years ago

which cordova version are you using?

manoj529 commented 8 years ago

i'm using cordova 5.2.0 @hypery2k

hypery2k commented 8 years ago

so the desired apps is not opening or what's the exact error?

manoj529 commented 8 years ago

There are two issues in the scenario @hypery2k: 1) When I specify to open with gmail it won't open. I don't see any error in the console nor the gmail app open action on the screen. 2) according to the documentation it should open the list of all email apps on calling the event. But it gives me the list of all non email apps in the list too. Ex:

desired list : GMail Yahoo mail Default email apps in mobile

But I'm getting :

Skype Wechat Facebook messenger Gmail ........ Etc

hypery2k commented 8 years ago

for the app listing I've created an new issue, see #12 If I found some time I will investigate on this, but will take some time

hypery2k commented 8 years ago

You can try to use the development version (nightly build), which maybe not stable!:

cordova plugin add cordova-plugin-email@next
manoj529 commented 8 years ago

Hey thank you for the responce hypery2k. Somehow i managed to use other plugin to solve this issue in develop env back then. I will try to use the plugin if got a chanse and add my feedback about it.

xahid09 commented 7 years ago

Hi @manoj529, can you please tell me which other plugin you have used?