steve-jansen / cordova-ios-emailcomposer

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

Ios8 #9

Open wiltshirek opened 9 years ago

wiltshirek commented 9 years ago

Hi. I've upgraded to xcode6 and began testing a production app in the new ios8 sim. The pluggin launches the compose window but mediately attempts to close itself without user interaction. I am using an attachment but it fails with or without one. I am trying to fix the issue myself but just checking to see if this is a known problem with this pluggin and ios8. Any help is appreciated. Thanks.

wiltshirek commented 9 years ago

okay, this is an issue with the iops8 SIM only. It works on the actual device. See this SO post for more info: http://stackoverflow.com/questions/25604552/i-have-real-misunderstanding-with-mfmailcomposeviewcontroller-in-swift-ios8-in . The take away is that this is not a plugin issue. Its MFMailComposeViewController itself that the source of the problem.

steve-jansen commented 9 years ago

Hi @wiltshirek

I'll see if I can reproduce this on my iOS simulator. I had a similar issue issue with MFMailComposeViewControl: http://stackoverflow.com/questions/18165545/why-does-my-mfmailcomposeviewcontroller-instance-only-dismiss-one-time