react-native-photo-editor icon indicating copy to clipboard operation
react-native-photo-editor copied to clipboard

Android 11 text not visible

Open fdobre opened this issue 3 years ago • 2 comments

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:

photo_editor_android_issue1

If you know any workaround for this issue please advice.

Notes:

  1. 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.
  2. the issue can be replicated also on android simulators (API 30)

"react-native-photo-editor": "^1.0.10", "react-native": "0.64.0",

fdobre avatar Apr 13 '21 17:04 fdobre

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 avatar May 24 '21 05:05 DeniferSantiago

@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...

sparkison avatar Aug 16 '22 14:08 sparkison