-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
TextInput does not scroll on Android with multiline on and editable off #35388
Comments
Can some one from react-native team confirms that, This is the default behaviour in Android? |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Any update from |
I am facing similar issue where in Android input is not scrollable when RN: 0.70.6 |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Scrolling is possible in disabled field in
Here trick is simply wrapping the content inside |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
is an actual solution for this? the text input is not scrollable in android when editable or readonly is false. |
Why is it closed ? Over 2 years without attention from team. 😢 |
@gaearon another one for you to shout about. |
Here we are in 2025 and this still doesnt work. |
Why is this closed. The problem was never addressed |
Description
I have a form with multiline
TeaxtInput
field.When the form is approved, all fields are not editable. But the problem is unable to scroll multiline
TextInput
field since it is not editable. User faces difficulties to read the complete text in theTextInput
.Version
"react-native": "0.70.1"
Output of
npx react-native info
Steps to reproduce
This code snippet can reproduce the issue
Snack, code example, screenshot, or link to a repository
This issue had been already reported -- #23117. But there is no response form
react-native
team.Can some one from
react-native
team confirms that, This is the default behaviour in Android?OR
Is there any solution for this issue form
react-native
team?The text was updated successfully, but these errors were encountered: