vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

Changed: vertical scroll ondrag does not work #144

Open Peter74 opened 7 years ago

Peter74 commented 7 years ago

Vertical scroll on drag does not work even I set slider_vertical_scroll_ondrag:true - also I saw, that this option is true in ug-theme-default.js (i use default theme).

old: (Hi, i encounter problem on mobile devices, that if you have Default gallery and on mobile is full width, instead of moving page down, it swipe images. So I did slider_control_swipe: false, but this option disable control of moving page up and down, it simply ignore any touch gesture over image.)

Peter74 commented 7 years ago

...also now I check with slider_control_swipe: true, and over image is not possible to move page up or down, it just swipe image.

Peter74 commented 7 years ago

...why this works on example here?

Peter74 commented 7 years ago

...so after some testing, I found, that if you set combination: slider_vertical_scroll_ondrag:true slider_control_swipe:false you are not able to scroll on drag

OnbitShashan commented 4 years ago

Did you found any solution to this?