jquery - prevent only horizontal scrolling on touch -


I have created a very simple slider with basically the 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 ).

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:

  html, body {width: 100%; }    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -