We have developed a website that has a horizontal orientation and want to implement touch panel control with two fingers left / right.
When you move two fingers left / right on the touch panel, the site page scrolls left / right. Now we have implemented the control of the touch panel with two fingers up / down, and the page scrolled left / right.
How can we change the control of the touch panel with two fingers, moving up / down left / right to scroll the page of the site left / right using js or jQuery?
source
share