imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
185 stars 72 forks source link

Android: after entering newline: Cursor is offset by a letter after typing a word and hitting space #91

Closed bumpingChris closed 2 years ago

bumpingChris commented 2 years ago

In Android, when using the default font without any formatting everything seems fine. However when making the font bold… after entering a new line, and typing for example “apple” and hitting space… the word gets shifted by a space and the cursor lands between the last 2 characters: “ apple” with the cursor between the “l” and the “e”.

bumpingChris commented 2 years ago

Seems it may be a Samsung predictive keyboard issue