imnapo / react-native-cn-richtext-editor

Richtext editor for react native
MIT License
218 stars 114 forks source link

cursor fluctuating and hanging device #124

Open rudrainnovatives opened 4 years ago

rudrainnovatives commented 4 years ago

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

Hamashassan commented 4 years ago

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

abey-thomas commented 4 years ago

flicker happens in above version too @Hamashassan

AndyRC6 commented 4 years ago

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.

imnapo commented 4 years ago

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.

AndyRC6 commented 4 years ago

@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 commented 4 years ago

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.

shailesh92 commented 4 years ago

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

sXakil commented 4 years ago

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.

shailesh92 commented 4 years ago

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

shailesh92 commented 4 years ago

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

shailesh92 commented 4 years ago

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

ktjd123 commented 4 years ago

Any updates? Thank you.

thecoderally commented 4 years ago

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

ktjd123 commented 4 years ago

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

kevinwebiots commented 4 years ago

@ktjd123 from where we have to remove selection part ?

ktjd123 commented 4 years ago

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

mohamed-ikram commented 3 years ago

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