M
M
mix6662018-08-03 03:15:12
JavaScript
mix666, 2018-08-03 03:15:12

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 question

Ask a Question

731 491 924 answers to any question