I am working on a UI that uses horizontal scrolling in a div element (using overflow: scroll). I cannot scroll to the left, because it would start the
div
overflow: scroll
Look into the CSS3 style
-ms-touch-action: none; touch-action: none;
This works perfectly for me when the used app is only expected on HTML5 / CSS3 capable browsers.