DAKeyboardControl icon indicating copy to clipboard operation
DAKeyboardControl copied to clipboard

iOS 9 support

Open SabatinoMasala opened this issue 9 years ago • 10 comments

The keyboard refuses to go down with the swipe gesture, I'll try to find some time to take a look at it later, if anyone has any suggestions, feel free to share them.

SabatinoMasala avatar Jun 09 '15 09:06 SabatinoMasala

+1

KiddoLabs avatar Jul 16 '15 23:07 KiddoLabs

Was anyone able to get it to work on IOS 9 ?

archonitex avatar Jul 22 '15 15:07 archonitex

Still hoping for a resolution, and IOS 9 official release is quickly approaching.. Is there any word on if this will be fixed or if somebody has found a solution?

archonitex avatar Aug 25 '15 16:08 archonitex

Yeah I am struggling with this too..

aleksmutlu avatar Aug 30 '15 17:08 aleksmutlu

It seems like iOS 9 changed the location of the keyboardView, it used to be a subview of inputAccesoryView.superview, but now you'll find a _keyboardPlaceholderView in its place.

dscastillo171 avatar Aug 31 '15 23:08 dscastillo171

+1

Time is running out folks, please figure this out for me :)

rmprosser avatar Sep 10 '15 22:09 rmprosser

There is now a 3rd window added to UIApplication.sharedApplication().windows ("UIRemoteKeyboardWindow") when the keyboard is present. In this you will find the proper "UIInputSetHostView" view to manipulate.

Tylerc230 avatar Sep 15 '15 19:09 Tylerc230

+1

rcmstark avatar Sep 18 '15 16:09 rcmstark

I created a quick fix and submitted a pull request based on Tylerc230 hints. The code is rushed but seems to be working. https://github.com/danielamitay/DAKeyboardControl/pull/98

AndresCanella avatar Sep 23 '15 00:09 AndresCanella

Seems my quick fix only fixes for portrait, not for landscape. Can anyone confirm this? https://github.com/danielamitay/DAKeyboardControl/pull/98#issuecomment-144373038

AndresCanella avatar Oct 10 '15 15:10 AndresCanella