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
OS: Windows 10
Node: 6.11.1
Yarn: 0.27.5
npm: 3.10.10
Watchman: Not Found
Xcode: Not Found
Android Studio: 2.3.3
Steps to Reproduce
When a TextInput with has textAlign: 'right' inside a ScrollView and you press on it for scrolling it will focus instead (only on Android).
here is another issue that related to this problem #12167
Expected Behavior
The correct behaviour would be to get focused only if you tap on it (without scrolling).
It works perfectly on iOS or if you remove the textAlign style
The text was updated successfully, but these errors were encountered:
derakhshanfar
changed the title
TextInput get focused when i tap but i want to scroll instead
TextInput get focused when i press but i want to scroll instead
Dec 11, 2017
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.
stalebot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Feb 16, 2018
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
Steps to Reproduce
When a TextInput with has textAlign: 'right' inside a ScrollView and you press on it for scrolling it will focus instead (only on Android).
here is another issue that related to this problem #12167
Expected Behavior
The correct behaviour would be to get focused only if you tap on it (without scrolling).
It works perfectly on iOS or if you remove the textAlign style
Actual Behavior
Reproducible Demo
https://snack.expo.io/BJdbsooZG
The text was updated successfully, but these errors were encountered: