I have an Android app that hosts an WebView and we want to adopt some accessibility feature on it.
Short question: Are there any talkback events on the JavaScript side being fired when user swipe left or right on the WebView?
Details: On the WebView I have a carousel component displaying some images. I want to do some specific actions, in the accessibility mode, when users do a single-fingle-swipe left or right (in this case, a single-fingle-swipe means going to next / previous available element). So in this way, if there are any events being fired that I can catch, it would be great.
Edited the question with a image that explains in details.
Thanks!