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
RE: "Hi. I also want to give you master devs @Amir-P@amantoux some well deserved props because this package is amazing from where you took it and very sufficient for my use case. I also am having the same scrolling to the viewport issue with cursor going below the keyboard.
From the thread, there is some proposed solution with considering the offset with and without the keyboard, but I believe this is for pack singerdmx/flutter-quill#111.
I tried testing and debugging my own implementation (Container,Column, SingleChildScrollView,Scaffold different parent child code, expanded and/or scrollable as true/false, set and not setting maxHeight), but got the same result of a non scrolling past the scroll container but also not scrolling the cursor above the keyboard. I can leave code snippet, but if you wrap FleatherField in a Listview and then wrap listview in a Container is what the code would in essence be with other children in the listview as well."
Steps to Reproduce
Build FleatherEditor/Field widget
Wrap FleatherField in Listview or scrollable widget
Wrap FleatherField in Container or non-scrolable widget
Environment
OS [iOS/Web/Android]
Flutter version [3.24.2]
Fleather version [1.9.0]
Logs
The text was updated successfully, but these errors were encountered:
Opening issue for visibility to this issue #421
RE: "Hi. I also want to give you master devs @Amir-P @amantoux some well deserved props because this package is amazing from where you took it and very sufficient for my use case. I also am having the same scrolling to the viewport issue with cursor going below the keyboard.
I did some research into the matter and it seems a similar issue was reported on the original repo project memspace/zefyr#485. flutter/flutter#10826
From the thread, there is some proposed solution with considering the offset with and without the keyboard, but I believe this is for pack singerdmx/flutter-quill#111.
Here is the implemented solution code.
I tried testing and debugging my own implementation (
Container
,Column
,SingleChildScrollView
,Scaffold
different parent child code, expanded and/or scrollable as true/false, set and not setting maxHeight), but got the same result of a non scrolling past the scroll container but also not scrolling the cursor above the keyboard. I can leave code snippet, but if you wrapFleatherField
in aListview
and then wrap listview in aContainer
is what the code would in essence be with other children in the listview as well."Steps to Reproduce
Environment
Logs
The text was updated successfully, but these errors were encountered: