-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoscroll math field back to starting position #23
Comments
Hi 👋🏽 Thank you for opening your first issue with simpleclub/math_keyboard ❤ You can expect triage from us soon 🙂 |
Hi @GoTrust-BaoNH, thanks for using the package and opening the issue! This is right now a known limitation, where we do not yet calculate if the cursor reaches the start of the visible area. |
It works with scroll the math field manually. But I want use |
@GoTrust-BaoNH I think the only way to achieve it is by contributing here. The way it would work is finding the render box that draws the cursor and ensuring that is visible in the scroll view using: I think to handle it nicely, we need to adjust |
Bug description
I can't goBack() cursor back to starting position
To Reproduce
Steps to reproduce the behavior:
MathField
PreviousButton
that move cursor to start positionThe text was updated successfully, but these errors were encountered: