You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: