react-native-cn-richtext-editor icon indicating copy to clipboard operation
react-native-cn-richtext-editor copied to clipboard

cursor fluctuating and hanging device

Open rudrainnovatives opened this issue 4 years ago • 17 comments

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",

rudrainnovatives avatar Mar 20 '20 09:03 rudrainnovatives

If this issue only occur in android then use pre release version 2.0.0-rc2.

Hamashassan avatar Mar 26 '20 15:03 Hamashassan

flicker happens in above version too @Hamashassan

abey-thomas avatar Mar 30 '20 09:03 abey-thomas

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.

AndyRC6 avatar Apr 03 '20 16:04 AndyRC6

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 avatar Apr 03 '20 18:04 imnapo

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

AndyRC6 avatar Apr 03 '20 18:04 AndyRC6

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.

AndyRC6 avatar Apr 03 '20 20:04 AndyRC6

cursor fluctuating and hanging device comming on all android device using install latest library Please try to fixed if anyone know about it

shailesh92 avatar Apr 16 '20 05:04 shailesh92

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.

sXakil avatar Apr 17 '20 13:04 sXakil

using react-native-cn-richtext-editor@next there is not able to change Any Stylesheet like font-family ,color etc

shailesh92 avatar Apr 20 '20 06:04 shailesh92

Not able to reset write any text on CNRichTextEditor like TextInput reset . Please tell me if any one about of this

shailesh92 avatar Apr 20 '20 10:04 shailesh92

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

shailesh92 avatar Apr 20 '20 10:04 shailesh92

Any updates? Thank you.

ktjd123 avatar Jun 10 '20 15:06 ktjd123

Facing this same issue. Is there any other editor which we can use ???

thecoderally avatar Aug 12 '20 11:08 thecoderally

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 avatar Aug 12 '20 12:08 ktjd123

@ktjd123 from where we have to remove selection part ?

kevinwebiots avatar Aug 12 '20 12:08 kevinwebiots

@kevinwebiots Try removing https://github.com/imnapo/react-native-cn-richtext-editor/blob/master/src/CNTextInput.js#L1336 this line

ktjd123 avatar Aug 12 '20 18:08 ktjd123

@ktjd123 Other than removing selection in node modules any other fix regarding this issue

mohamed-ikram avatar Oct 04 '20 11:10 mohamed-ikram