question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't scroll when input is in focus

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:7
  • Comments:17

github_iconTop GitHub Comments

2reactions
alvarombcommented, Nov 14, 2017

@malcevicius this module doesn’t have two ScrollViews.

I will check this issue today.

1reaction
crisshakercommented, Jun 30, 2021

I still have this issue. Can’t scroll on Android when the keyboard is open. Works fine on iOS tho.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found