-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email file does not dismiss #137
Comments
Tested and can confirm the bug on my own iPad. If you try sending a document as a Message it misbehaves too. Same problem described here: http://stackoverflow.com/questions/25607602/cannot-dismiss-email-sheet-invoked-from-uidocumentinteractioncontroller-in-ios-8 Sure enough, as described, if you compile the same code with Xcode 6 it performs as expected. Tested by downloading the code for the 1.6 release of Inkpad (the same version as is currently in the store) and just compiling it with Xcode 6.0.1. As expected the mail panel and messages share panel disappear after sending or when cancelled. Seems to be a bug in iOS 8 when running code compiled with Xcode 5. |
Did you request a merge? If not I can do it later today. I use this app all day long so it will help my work flow |
A merge? Sorry I might not have explained very well. There is nothing to merge. Just recompile the existing code (either current or the last store release) in Xcode 6 and it is fine on iOS 8. :) I suspect/hope this bug might be fixed by iOS 8.1 which should hopefully be released soon. Haven't tested to confirm yet though. |
I has just hoping you compiled in xCode 6.x and then merged it to the main repo so it can get fixed in the app....perhaps I am just new to how 'sprang' is running the show? |
After hitting send the email interface does not dismiss. also when hitting Cancel.
Be aware that each time you hit send it will send that many time to the assigned email address.
The text was updated successfully, but these errors were encountered: