-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Sliding your finger in coordinate trainer continues to select squares #1017
Sliding your finger in coordinate trainer continues to select squares #1017
Comments
To fix this issue we'll need to make a change in the Files for reference:
|
You'd need to make a PR at https://github.com/lichess-org/flutter-chessground Note however, that this behavior is actually intended for the actual board editor (so that you can drag a finger across the board and delete pieces at every location it touches for example). So probably, the solution would be to add a new field to the EditorPointerMode enum that has the intended behavior |
Another way of fixing it is to add an |
We'll need this if we want to switch the coordinate trainer in the app from `ChessboardEditor` to `Chessboard` in order to fix lichess-org/mobile#1017
What is the problem?
When using the coordinate trainer, players tap on the square in order to select it. However as of now players can slide their finger around and it will continue to select the square under their finger.
This can be confusing, because no other board behaves in this way. I also don't believe this is intended behavior.
Steps to reproduce the bug
Go to coordinate trainer
Tap your finger on a square
Now continue to drag your finger across the board
Expected: no more inputs are received until you lift your finger up and down again
What happened: Inputs are received as long as the finger remains moving
App version
0.11.0
Device Info
Pixel 6 and Android 14
Additional information
No response
The text was updated successfully, but these errors were encountered: