-
Notifications
You must be signed in to change notification settings - Fork 15
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
When Keyboard Is Dismissed, the text view scrolls #9
Comments
I think it happens because keyboard doesn't resize JLTextView. |
Yes, this is an very irritating problem. Will look in to it. |
I think this was fixed with 3884284 |
Actually, it is only fixed when the scroll view is at the top the text. |
@Anviking Just realized that I am using JLTextView by itself, without JLTextViewController. Is this a problem? Should I implement the methods below |
When you dismiss the keyboard after editing the text inside a
JLTextView
, the view scrolls in a unwanted way.The text was updated successfully, but these errors were encountered: