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

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 310 forks source link

Editor does not get focused android. #138

Closed saurabhabh closed 5 years ago

saurabhabh commented 5 years ago

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

saurabhabh commented 5 years ago

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

saurabhabh commented 5 years ago

Fixed it by making changes to my styles.

sahil6111 commented 5 years ago

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

saurabhabh commented 5 years ago

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

sahil6111 commented 5 years ago

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