jquery - prevent only horizontal scrolling on touch -
I have created a very simple slider with basically the It works fine on desktops but you can still touch swipe on the screen horizontally, is there a way to stop it? Here's a sample: I do not test to make sure Try to set HTML and body width to 100% such as: overflow for hidden container The only way I can see the horizontal scrollbar and slide on the next screen is by clicking on a handle (in this case a
span ).
html, body {width: 100%; }
Comments
Post a Comment