android icon indicating copy to clipboard operation
android copied to clipboard

[a11y] 11.2.5.1 Pointer gestures

Open tschiebel opened this issue 10 months ago • 1 comments

audit: https://infinite.owncloud.com/s/QtwuiGHikwFjozV

https://www.etsi.org/deliver/etsi_en/301500_301599/301549/03.02.01_60/en_301549v030201p.pdf https://github.com/BIK-BITV/BIK-App-Test/tree/main/Pr%C3%BCfschritte/de

Image Viewer

  • [ ] The carousel elements (images) can only be moved using swipe gestures. There is There is no alternative input option using simple pointer gestures.

tschiebel avatar Apr 05 '24 12:04 tschiebel

Add visual controls to move between images as an option.

Add keyboard shortcut to move to the next.

jesmrec avatar Apr 17 '24 10:04 jesmrec

Documentation about support for keyboard commands: https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/commands

JuancaG05 avatar Jul 04 '24 11:07 JuancaG05

Support for direction arrow keys is already given in image preview: when pressing ->, it moves to the next image preview, and when pressing <- it moves to the previous one

JuancaG05 avatar Jul 11 '24 07:07 JuancaG05