Open a QuillEditor.basic with some predefined text
Click in the text
Press backspace
Expected results
The character before the cursor is deleted and the cursor remains active.
Actual results
The cursor disappears and the text is untouched. If some normal charaters are touched (a, b, c, etc...), then the character is added to the document, but the cursor disappears and no backspace is possible anymore. When the editor is touched again, the cursor is positioned correctly and works well.
Additional Context
Only observed on android. On linux, it works fine.
Is there an existing issue for this?
Flutter Quill version
10.8.5
Steps to reproduce
Expected results
The character before the cursor is deleted and the cursor remains active.
Actual results
The cursor disappears and the text is untouched. If some normal charaters are touched (a, b, c, etc...), then the character is added to the document, but the cursor disappears and no backspace is possible anymore. When the editor is touched again, the cursor is positioned correctly and works well.
Additional Context
Only observed on android. On linux, it works fine.