Skip to content
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

iOS 9 support #95

Open
SabatinoMasala opened this issue Jun 9, 2015 · 10 comments
Open

iOS 9 support #95

SabatinoMasala opened this issue Jun 9, 2015 · 10 comments

Comments

@SabatinoMasala
Copy link

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.

@KiddoLabs
Copy link

+1

@archonitex
Copy link

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

@archonitex
Copy link

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?

@aleksmutlu
Copy link

Yeah I am struggling with this too..

@dscastillo171
Copy link

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.

@heartbeep
Copy link

+1

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

@Tylerc230
Copy link

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.

@rcmstark
Copy link

+1

@AndresCanella
Copy link

I created a quick fix and submitted a pull request based on Tylerc230 hints. The code is rushed but seems to be working. #98

@AndresCanella
Copy link

Seems my quick fix only fixes for portrait, not for landscape. Can anyone confirm this? #98 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants