-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical Scroll on mobile devices #84
Comments
+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 similar comment
+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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: