Disable window scrolling while swiping horizontally [MOBILE]
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 11.9k
- Forks
- 2.1k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
When you start scrolling on mobile(Safari && Chrome from iOS) it is able to scroll vertically and thats bad UX. Is there any workarounds for that case.
My settings:
`
let settings = {
className: this.props.className || '',
infinite: true,
lazyLoad: true,
speed: 200,
arrows: this.props.arrows,
swipeToSlide: true,
touchMove: true,
nextArrow: ,
prevArrow: ,
afterChange: this.props.afterChange,
beforeChange: this.props.beforeChange,
};
`
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.