react-native-photo-editor
react-native-photo-editor copied to clipboard
Android 11 text not visible
On some android devices the text is not visible no matter what color you choose and what you type. Drawing is visible but text not:
Left side Android 11 Samsung s10e cursor and text, right side HTC10 Evo (Android 7) text cursor and text is visible:
If you know any workaround for this issue please advice.
Notes:
- if I tap the area where I tried to add the text somehow the recycle bin is displayed, so something is there but not visible.
- the issue can be replicated also on android simulators (API 30)
"react-native-photo-editor": "^1.0.10",
"react-native": "0.64.0",
I think the error is that you do not have the focus on the input, you should try to press the center of the screen and then type. I wish I could have time and get to know the native language better to solve little things like that.
@DeniferSantiago is correct:
I think the error is that you do not have the focus on the input, you should try to press the center of the screen and then type.
That said, would be great if it auto-focused like it does on iOS. This is not very intuitive...