You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok let me rephrase it, we have a scrollcontroller for the listview, and we have quill as a part of the listview. We might have 1-10 editors in the screen added dynamically. Quill doesn’t support the basic scroll functionality that normal TextFields have in default, which is scrolling the screen up if the text is obscured by the keyboard; so we need a workaround that uses the main scrollController of the listview with respect to caret position of the editor in focus. So that if the cursor hides behind the keyboard we scroll the list up. Is there any possible workarounds?
Or it will be great if someone fixes it in Quill itself!
Is there an existing issue for this?
Flutter Quill version
10.8.5
Steps to reproduce
Expected results
The scroll should be just fine like we use the default TextField!
Actual results
The screen scrolls weirdly so that the current cursor goes out of view!!!
Additional Context
Screenshots / Video demonstration
[Upload media here]
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered: