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

React Native rich text editor based on ZSSRichTextEditor

Results 102 react-native-zss-rich-text-editor issues
Sort by recently updated
recently updated
newest added

On iOS, the keyboard still shows after I call `disableContentEditing` on the editor. However, on Android, the keyboard dismisses after I call `disableContentEditing`. I would like the same behaviour on...

How can I get the current cursor position?

Some time we need to show the KeyboardAccessories (up down arrows, "Done" button), so, it could be better to allow changing this property (instead of fixing to true as in...

I want to be able to paste some text programmatically at the caret position. Is this possible? I want to paste spoken text as generated by a voice-to-text component.

when I do a copy and paste on android 5.1.1 emulator, the paste fails. anyone encountered this?

Hi , Love the work you have done in this library. I have added some enhancements which were already present in zss-editor but missing from the wrapper. Do give it...

Scrolling is weird when the keyboard is up, as shown below: https://www.youtube.com/watch?v=gqxVmYZ6u-w&feature=youtu.be This only happens when I use `setContentHTML` to set the content. The scrolling is fine if I typed...

There is not much documentation, which could be very useful for a lot of people. I have a question on how to use the iconMap. Can you provide documentation on...

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