android
android copied to clipboard
[a11y] 11.2.5.1 Pointer gestures
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.
Add visual controls to move between images as an option.
Add keyboard shortcut to move to the next.
Documentation about support for keyboard commands: https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/commands
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