react-native-cn-richtext-editor
react-native-cn-richtext-editor copied to clipboard
cursor fluctuating and hanging device
while typing cursor fluctuate continuously, because of this device hangs.
I am using "react": "16.9.0", "react-native": "0.61.5", "react-native-cn-richtext-editor": "^1.0.42",
If this issue only occur in android then use pre release version 2.0.0-rc2.
flicker happens in above version too @Hamashassan
I'm also having this problem on Android only. This causes whatever you're typing to come out scrambled as the cursor goes back and forth within the text input box while you're writing.
What about using the new editor CNEditor
in pre-release version instead of CNRichTextEditor
. It uses webview and html.
For more information about how to use this pre-release you may read README and check expo-demo project in the next
branch.
@imnapo I switched to next branch and am using CNEditor in place of CNRichTextEditor. Unfortunately I'm still getting cursor stuttering on Android. Any other ideas?
update: After deleting the node modules folder and running 'npm install' I am now seeing the new CNEditor. Performance seems significantly better on iOS, however it's impossible to tell if it fixed problems on android because it's not working at all on Android now. The Editor shows up, but nothing happens when I tap the input box. No keyboard, no cursor. No response whatsoever.
cursor fluctuating and hanging device comming on all android device using install latest library Please try to fixed if anyone know about it
is there any update on this flickering issue on Android? also, I'm getting an uneditable blank area while using the react-native-cn-richtext-editor@next
version.
using react-native-cn-richtext-editor@next there is not able to change Any Stylesheet like font-family ,color etc
Not able to reset write any text on CNRichTextEditor like TextInput reset . Please tell me if any one about of this
is there any update on this flickering issue on Android? also, I'm getting an uneditable blank area while using the
react-native-cn-richtext-editor@next
version. Sorry for this using react-native-cn-richtext-editor": "^1.0.42 is support stylesheet but if i using this like react-native-cn-richtext-editor@next not support stylesheet . please provide solution
Any updates? Thank you.
Facing this same issue. Is there any other editor which we can use ???
If you use 63.2 version and it has cursor problem on ios device. when you remove selection from library inside it resolves the issue. though you cursor doesn't move to after photo even you insert one
@ktjd123 from where we have to remove selection part ?
@kevinwebiots Try removing https://github.com/imnapo/react-native-cn-richtext-editor/blob/master/src/CNTextInput.js#L1336 this line
@ktjd123 Other than removing selection in node modules any other fix regarding this issue