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

Issues with text views in scrollviews when an external keyboard is connected (iOS 9) #36

Open
defagos opened this issue Mar 7, 2016 · 0 comments

Comments

@defagos
Copy link
Owner

defagos commented Mar 7, 2016

Starting with iOS 9, an external keyboard might reduce the software keyboard to it associated input accessory view. In this case the will hide notification is not called, the will show notification is called instead. This was not the case with iOS 8.

When editing a text view located within a scroll view with avoidingKeyboard = YES, CoconutKit therefore does not correctly update the insets when an external keyboard is connected. Input is still reduced to the area occupied by the full software keyboard when it was visible.

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

1 participant