IdleHandsApps / IHKeyboardAvoiding

IHKeyboardAvoiding is an elegant solution for keeping any UIView visible when the keyboard is being shown - no UIScrollView required!
MIT License
1.41k stars 151 forks source link

issue for swiftkey keyboard present on textview #14

Closed dhanrajp4u closed 9 years ago

dhanrajp4u commented 9 years ago

Hi, This library working good in default keyboard. But for custom keyboard like swiftkey keyboard have issue . Added a some extra space on bottom textview. Added some extra space on textview. I have added image for that iPhone 5s with iOS8.2 Please, help for this. Thanks in advance. img_0709 img_0711

fraserscottmorrison commented 9 years ago

Ive been going round in circles with keyboard height changes... SwiftKey and Swype are sending some weird keyboard height change notifications. Im handling it now on iPhone (but it could still be an issue on iPad as my library thinks these keyboards are being split/undocked).

Just pushed out an update, 2.2, and changing between SwiftKey, Swipe, Standard, Emoji and some other keyboards all works well now.

Thanks for raising this! F

fraserscottmorrison commented 9 years ago

Im gonna assume this is resolved and close the bug - if you still have issues, reopen or raise a new issue