[Android] TextInput | Can't select text #22610
Labels
Component: Text
Component: TextInput
Related to the TextInput component.
Platform: Android
Android applications.
Resolution: Locked
This issue was locked by the bot.
Environment
OS: Windows 10
Node: 8.12.0
Yarn: Not Found
npm: 6.4.1
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.2.0.0 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.50.3 => 0.50.3
Description
My app has got three navigation screens (implemented with react-router), and it has a textInput on the first and the third one.
On the first screen I CANNOT select text, on the third one I can.
It only works if I focus on the textInput and I switch from potrait to landscape and come back to potrait again, it's very strange.
I tried every thing that came across my mind, I read the issue #9958 but nothing on that helped me.
I really need my users to select text in order to copy/paste.. but I don't know how to fix that problem.
Reproducible Demo
Honestly I don't know how to reproduce this bug. I leave some code here of the first screen.
styles.js:
A gif that shows the bug:
At first I tried to select text in potrait mode, and I couldn't. Then I switched to landscape and I could, then to potrait and it all worked fine but every time I reload the app the bug comes back.
The text was updated successfully, but these errors were encountered: