-
Notifications
You must be signed in to change notification settings - Fork 885
[Android]serious problem, using a physical keyboard doesn't work to select which part of the text to write in #2534
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
Comments
If you delete everything and there are few lines, this problem does not occur, but if there are many lines this problem appears. |
tested with flutter 3.29.2, 3.27.3 |
This is already being fixed on #2510 |
@CatHood0 the physical keyboard does not type in the correct position using the mouse or finger to change the position, only the virtual keyboard types in the right place teste.Jonas.mp4 |
I can't give you any type, as I have no idea what could be causing this. In fact, since it was updated to use Flutter versions after 3.24, which have had many problems since then. |
@CatHood0 @jonasbernardo The root cause is that |
That's actually a good explanation. One way to work around it is to detect whether a physical keyboard is being used via platform specific code. |
Have you checked for an existing issue?
Flutter Quill Version
11.2.0
Steps to Reproduce
tap anywhere on the text in the quill example
try to type with the physical keyboard
tap with mouse or finger on another part of the text
try to type with physical keyboard
WhatsApp.Video.2025-04-05.at.06.28.24.mp4
Expected results
that the keyboard writes in the part I touched where the cursor appeared
Actual results
write to the old cursor
Additional Context
WhatsApp.Video.2025-04-05.at.06.28.24.mp4
Screenshots / Video demonstration
[Attach media here]
Logs
[Paste logs here]
The text was updated successfully, but these errors were encountered: