Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 399 Bytes

2021-07-05-fix-image-slider-cannot-scroll-down-smoothly-on-mobile.md

File metadata and controls

6 lines (6 loc) · 399 Bytes
title issue
Fix image slider cannot scroll down smoothly on mobile
NEXT-16019

Storefront

  • Changed static options by modifying preventScrollOnTouch of slider from force to auto in src/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.