-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Non visual board UI #28
Comments
I'm interested! Will say more on discord. |
Tentative plan for non-visual board: Normally a one finger swipe can go to the previous or next element. Ideally we should not block that behavior with the drag behavior. |
I updated the description and issue title to focus first on a non visual board implementation (previously it was also considering the game aspect). |
I want to get involve into this. I cannot come on Discoed because of Captcha. I am a visually impaired person. I daily use Screen reader. I play on Lichess as well. I know some Flutter so I think my inputs will be of some use to you. How else can I discuss this ishue? |
Do you want to develop the feature, or share some knowledge? If you want do discuss on GitHub, you can open a discussion in this project's discussion tab. |
A non visual board
To allow blind people to move pieces on a chessboard.
This feature is not that easy to do right. That's why we should start simple and improve later. If you know the subject, or are interested by it I'd be glad to get help. Come and join on discord to discuss it!
Implementation notes
Ideally, this should be done by a widget which should replace automatically
GameBoardLayout
if navigation by screen reader is detected in the current context.Here's lichess.org implementation as a reference:
List of commands that we should eventually support (not in the scope of this issue), for reference:
The text was updated successfully, but these errors were encountered: