SwipeX and SwipeY not working

I am trying to use a swpie event into our web application but not working.
My code :
object id : “wx_Object” and object has a list.
$$(“wx_Object”).attachEvent(“onSwipeX”, onObjectSwipe);

function onObjectSwipe(c1,c2){
webix.message(“swipe”)
}
Help me.

Hi!
Unfortunately I don’t seem to be able to reproduce the problem. Could you please provide a little bit more insight into the issue? What is the version of Webix you are using and what is your OS and browser of choice?

Hi,
webix version : lastest version 9.2
OS: from mobile : android and from desktop : Win 10. with the touch screen laptop
The problem is that the webix event “onSwipeX” dont working when attach this event at any view.

i forgot the borwser : Chrome and IE edge