You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing a project with lot of BXSliders in a huge one pager I have noticed that my only option for mobile phones was to set touchEnabled to false. If using preventDefaultSwipeY the user still can not normally scroll the site as soon as touching a slider, this can even lock the whole scrollability in case the user is on a large slider.
If using this option bxSlider should detect if the user did a horizontal touch move or a vertical touch move. In a vertical touch move bxSlider should do nothing and the default behaviour (scroll down / up) should happen. In a horizontal scroll move the user should be able to swipe between slides.
The text was updated successfully, but these errors were encountered:
After doing a project with lot of BXSliders in a huge one pager I have noticed that my only option for mobile phones was to set
touchEnabled
tofalse
. If usingpreventDefaultSwipeY
the user still can not normally scroll the site as soon as touching a slider, this can even lock the whole scrollability in case the user is on a large slider.If using this option bxSlider should detect if the user did a horizontal touch move or a vertical touch move. In a vertical touch move bxSlider should do nothing and the default behaviour (scroll down / up) should happen. In a horizontal scroll move the user should be able to swipe between slides.
The text was updated successfully, but these errors were encountered: