Can't scroll when input is in focus
See original GitHub issueI have set scrollEnabled={true}
so the whole form can scroll while you are filling it up. If I set focus on some TextInput scroll works, but if I type something and then I try scrolling while TextInput is in focus scroll doesn’t work. This was working in some older versions of the library.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:17
Top Results From Across the Web
scrollview can't scroll when focus textinput react native
In my case this was being caused by the alignment of the input text—the issue appears when the text is center-aligned or right-aligned....
Read more >scrollable-region-focusable - Accessibility Insights
Mouse users can scroll such content by clicking the scrollbar associated with the scrollable element. However, it isn't possible activate a scrollbar using...
Read more >ghosting during scrolling with focused input in position:fixed ...
On ICS when we focus the input and scroll we see a second input that ghosts ours. It seems like ICS is adding...
Read more >overscroll-behavior - CSS: Cascading Style Sheets | MDN
Focus on this container, scroll to the bottom and when you reach the bottom keep scrolling. If you have overscroll-behavior: auto; selected the ......
Read more >Scrollable area does not get focus with TAB focus navigation
again, the focus moves to the bottom <input> element. ... second <input> directly. ... be focused, and arrow up/down key works for scrolling....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@malcevicius this module doesn’t have two
ScrollView
s.I will check this issue today.
I still have this issue. Can’t scroll on Android when the keyboard is open. Works fine on iOS tho.