Scott Grant

Results 6 comments of Scott Grant

I'm experiencing what seems like the same issue. Have a TextField and QuillEditor in a Column. If the TextField has focus first, it requires two taps on QuillEditor to get...

> It's not a bug. Try to override logic of `onSubmitted` field in your `TextField` > > ``` > void onTitleSubmitted() { > _textEditorFocusNodeRequestFocus(); > _quillController.moveCursorToStart(); > } > ```...

Experiencing this same issue. The QuillEditor doesn't seem to participate properly with the focus scope. With the focus set to another TextField, and the keyboard present on screen, tapping on...

We're experiencing the same issue.

We never had the taskAffinity in our manifest. Adding this to the AndroidManifest.xml fixed the problem for me. ``

> where do you put that code [@say-when](https://github.com/say-when) ? but when i saw the thread, they say it should be removed, but you said you put it in fix the...