steve-jansen / cordova-ios-emailcomposer

A Cordova plugin for creating e-mail messages on iOS devices
MIT License
14 stars 4 forks source link

EmailComposer for Android #2

Open guopengliang opened 11 years ago

guopengliang commented 11 years ago

Hi, thank you very much for this plugin. Do you have any plan for an Android version, or is there any substitute that you would recommend for now?

steve-jansen commented 11 years ago

Hi @guopengliang,

Thanks for the kind words. Android support is definitely on my radar. Your request will likely jump start my TODO here!

The challenge for me will be translating the support for attachments from the iOS SDK to the Android SDK. I'm a total novice at Android coding, but, I can usually hack my way through Java ;)

Are you using the attachments feature with the plugin? If so, do you plan to send filepaths on disk for attachments (easy to support), or merely created in memory (harder to support)?

Cheers, Steve

guopengliang commented 11 years ago

Hey, thanks for the quick response! Yes, I am using the attachments feature with the filepaths-on-disk approach.

steve-jansen commented 11 years ago

Cool, I'll see what I can do to port this to Android with support for file attachments on disk in the next few days.