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

Works intermittently on a large multiline TextInput field #24

Open
adamjace opened this issue Jul 2, 2017 · 1 comment
Open

Works intermittently on a large multiline TextInput field #24

adamjace opened this issue Jul 2, 2017 · 1 comment

Comments

@adamjace
Copy link

adamjace commented Jul 2, 2017

Given that I have a multiline TextInput with content that exceeds the height of the viewport, the KeyboardAwareScrollView component intermittently works. I find that while the content is scrolling (scroll bars are visible) and you are quick enough to keep scrolling up and down it works fine. As soon as the scroll bars disappear, it then takes multiple attempts to get the scroll working again.

I have tested my code using a large View instead of the TextInput and it works without fail every time, so it's definitely misbehaving with multiline inputs.

@adamjace
Copy link
Author

adamjace commented Jul 2, 2017

I've managed to solve the issue by explicitly setting height: 100% on the TextInput control

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