threesixty-slider
threesixty-slider copied to clipboard
Vertical Scroll on mobile devices
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
+1
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).
+1
+1
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
})`