Disable window scrolling while swiping horizontally [MOBILE]
オープン
- 主要言語
- JavaScript
- スター
- 11.9k
- フォーク
- 2.1k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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,
};
`
コントリビューションガイド
評価
この issue はまだ評価されていません。