react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

cannot select text on android

Open vonovak opened this issue 8 years ago • 3 comments

hi! when I run the example project, I cannot select a word in android 6.0.1

anyone had this issue? apparently it is influenced by android version, since it works on 4.4 in simulator

vonovak avatar Jul 12 '17 15:07 vonovak

it probably isn't influenced by version but by the fact that the selectionchange listener is called multiple times on my device. In particular, calculateEditorHeightWithCaretPosition is the issue.

vonovak avatar Jul 17 '17 11:07 vonovak

i am facing the same issues have you resolved that issue?

wasifkhanzada avatar Mar 17 '18 10:03 wasifkhanzada

@wasifkhanzada This is resolved if you depend on this tag in my fork.

https://github.com/arneson/react-native-zss-rich-text-editor.git#1.1.1

arneson avatar Dec 10 '18 12:12 arneson