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

Is TextView supported ? #44

Closed
b02505048 opened this issue Oct 27, 2018 · 1 comment
Closed

Is TextView supported ? #44

b02505048 opened this issue Oct 27, 2018 · 1 comment

Comments

@b02505048
Copy link

I have a <TextView editable="true" /> and when I'm typing with IQKeyboardManager, it won't scroll to the newest line automatically when I pressed return, the newest line will always be covered by keyboard.

Any solution for this? Thank you.

@EddyVerbruggen
Copy link
Collaborator

Perhaps you can work around it by increasing the distance between the cursor and the keyboard?

this.iqKeyboard.keyboardDistanceFromTextField = this.iqKeyboard.keyboardDistanceFromTextField === 10 ? 30 : 10;

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

2 participants