wix-incubator/react-native-zss-rich-text-editor

Editor does not get focused android.

saurabhabh opened this issue · 5 comments

Hi ,
I have created an app and used this editor(version 1.1.0), react-native version "0.55.4" . The editor works fine on the android emulator. But when I install it on my testing device Motorola G5 Plus and try to focus the editor by clicking on it, the editor does not get focused.
Note: I tested it on Xiaomi Note 5 pro phone and it works fine on this device too.
I am unable to think as to what the issue be. Please help . !!

Sorry I just came across a similar issue. Cant focus on Andorid #108 Please add this to the same.

Fixed it by making changes to my styles.

@saurabhabh Can you please give an example which styles you have changed?
Because in my case in android the editor is focused but some white overlay is above the text i type.

@sahil6111 This is how I am using it. If I remember correctly it was some issue with the flexdirection.
image
image
image

@saurabhabh Thanks for the response, i will try to look into it.