You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue where, on my iPhone 8+ (running the latest version of both Safari + Chrome), I'm able to pan the page vertically while I'm in the process of swiping through a single slider. This can be frustrating, as I don't want the page to move up and down while I browse through a beautiful gallery of images.
I've read through previous issues and discovered fixes such as adding this noop event handler, but I'm not having any success there. I could very well be doing something wrong 😭.
window.addEventListener('touchmove',function(){})
Might there be any other tricks I can use to prevent the page from scrolling vertically while someone is swiping through a gallery?
Thank you!
The text was updated successfully, but these errors were encountered:
Howdy! First and foremost, thanks for creating + maintaining such a great library.
Test case: https://codepen.io/mattrothenberg/pen/qyeyLX
Production: https://alisonunderwood.com/collage/concealed-objects
I'm running into an issue where, on my iPhone 8+ (running the latest version of both Safari + Chrome), I'm able to pan the page vertically while I'm in the process of swiping through a single slider. This can be frustrating, as I don't want the page to move up and down while I browse through a beautiful gallery of images.
I've read through previous issues and discovered fixes such as adding this noop event handler, but I'm not having any success there. I could very well be doing something wrong 😭.
Might there be any other tricks I can use to prevent the page from scrolling vertically while someone is swiping through a gallery?
Thank you!
The text was updated successfully, but these errors were encountered: