Answer the question
In order to leave comments, you need to log in
Yandex browser - mouse gestures break JS?
If mouse gestures are enabled in Yandex browser (Enabled by default), the mousedown handler only fires on the right mouse button after releasing, that is, it starts working like mouseup. The left button and mouse wheel call the method before releasing, the right button - after.
event.preventDefault();
Does not help.
Link to example
Is it possible to programmatically disable these gestures?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question