threesixty-slider icon indicating copy to clipboard operation
threesixty-slider copied to clipboard

Vertical Scroll on mobile devices

Open kk4yt opened this issue 9 years ago • 5 comments

Hey Community :),

is there a way to make the 360 Container ignore vertical scrolling? Everything works fine on mobile devices except you can't scroll past the container because it always rotates the images. There is no way to get past the container.

Thank you so much in advance

kk4yt avatar Jan 18 '16 08:01 kk4yt

+1

redpop avatar Apr 27 '16 11:04 redpop

if you remove event.preventDefault(); in line 413 you can scroll past the container. Actually it is working great on mobile devices now. The only problem I couldn't fix is the bounce effect in safari (ipads).

kk4yt avatar Apr 28 '16 17:04 kk4yt

+1

bolechen avatar Jun 30 '16 14:06 bolechen

+1

nomadinteractif avatar Apr 05 '18 18:04 nomadinteractif

For my part, I added this option to the object configuration, and it works well, although it prevents the user from rotating the animation's item manually.

ThreeSixty({
[...]
drag: false
})`

RyanFarrah67 avatar Jul 25 '24 09:07 RyanFarrah67