Skip to content

Robust Touch Gestures #20

@noidsirius

Description

@noidsirius

Currently, all touch interactions, e.g., swiping or clicking, are performed once, i.e., LatteService sends the gesture to Android and assumes it is executed successfully. However, in practice, sometimes the gesture doesn't work as expected. For example, after sending a swipe gesture, it will be considered a single tap gesture which affects the state of TalkBack and the exploration process may be stuck in a loop.
A robust solution may listen to A11yEvents to see if the gesture has been performed correctly or not, if not, repeat the process

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions