Managing Scroll Control in Super Editor #2130
Replies: 2 comments
-
On the surface that sounds like a bug. Can you file an issue? Please include a minimal but complete reproduction of the issue so we can take a look. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response @matthew-carroll. We have been able to get the scroll controller to work. We were not using the parent controller to scroll the editor. We have since fixed it. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @matthew-carroll @angelosilvestre I’m attaching a component programmatically in Super Editor. When the component reaches the bottom of the page and the keyboard is open on mobile, I need advice on controlling the scroll controller to ensure the new node is visible. We pass the scroll controller to the editor, but all efforts to control it from outside have been unsuccessful. Is there a correct way to do this, or are we missing something? Any insights or suggestions would be greatly appreciated.
Here is a short video showing what we are exploring.
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-06-29.at.15.53.13.mp4
Beta Was this translation helpful? Give feedback.
All reactions