ideashower / ShareKit

Drop in sharing features for all iPhone and iPad apps

Home Page:http://getsharekit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShareKit: Email related blocker issue

gsinghs opened this issue · comments

commented

In the email sheet, try entering CC, or BCC fields, then the email sheet goes up, for keyboard to slide from bottom, but when you press Cancel of email sheet, the action sheet, for "Save Draft" and "Delete Draft" don't come on the screen, but is visible in topleft part of the screen hardly.
So no way left to cancel the email sheet. (happening for me on IOS5 ipad landscape mode, did not tested on others)

anyone ? I have the same problem. Thanks.

commented

Also having this problem.

Only happening with iOS version >= 5.0 on iPad from what I've tested. Not an issue on iPhone.

One work around is to change the modalPresentationStyle from UIModalPresentationFormSheet to UIModalPresentationFullScreen. It does not happen in full screen. But this isn't helpful if you are set on using it as a Form Sheet.