Disable window scrolling while swiping horizontally [MOBILE]
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 11.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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,
};
`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.