akiran / akiran/react-slick

Disable window scrolling while swiping horizontally [MOBILE]

Abierto
#1,240 22 comentarios 19 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.