title | issue |
---|---|
Fix image slider navigation of CMS product detail page on mobile |
NEXT-14735 |
- Changed method
_navigateThumbnailSlider
insrc/Storefront/Resources/app/storefront/src/plugin/slider/gallery-slider.plugin.js
to fix image navigation in mobile view. - Changed static
options
by addingpreventScrollOnTouch: 'force'
insrc/Storefront/Resources/app/storefront/src/plugin/slider/gallery-slider.plugin.js
to prevent screen scrolling when user scroll image slider.