title | issue |
---|---|
Fix image slider cannot scroll down smoothly on mobile |
NEXT-16019 |
- Changed static
options
by modifyingpreventScrollOnTouch
ofslider
fromforce
toauto
insrc/Storefront/Resources/app/storefront/src/plugin/slider/gallery-slider.plugin.js
to check if the touch direction matches the slider axis, then decide whether prevent the page scrolling or not.