-
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
Move cursor using pointer input #15
Comments
Hi 👋🏽 Thank you for opening your first issue with simpleclub/math_keyboard ❤ You can expect triage from us soon 🙂 |
Thanks for the question @TylerAtCodeOfLife 🙏 Could you elaborate on what exactly you are thinking about? It might also be beneficial to change the issue title to something more descriptive when doing that. I have some guesses on what you mean by "touch the input", however, I am not sure I understand you correctly. |
Didn't realize how vague I was being. I meant that on your examples I was able to move the cursor with arrow keys provided, but touching the input box did not move the cursor. I'm asking because I've created interfaces like this before and while the example page shows that your keypad and input field are working the example didn't let me touch where i wanted to edit to move the cursor and it also didn't let me select part of an equation. I wanted to ask before digging into your code because I thought you'd have to use https://api.flutter.dev/flutter/rendering/RenderEditable-class.html |
Thanks @TylerAtCodeOfLife - it makes sense :) This is not yet built-in. This is something that @znjameswu put some effort into I think (as part of https://github.com/znjameswu/flutter_math). Having said that, I mirrored some of the |
Feature description
Your documentation and examples have no examples where you can touch the input. How difficult would this be to implement with your underlying widgets?
The text was updated successfully, but these errors were encountered: