ilyashubin / scrollbooster

Enjoyable content drag-to-scroll library
https://ilyashubin.github.io/scrollbooster
MIT License
986 stars 81 forks source link

Can not swiping up the page if pointer over the viewport #78

Open vanbakhanh opened 3 years ago

vanbakhanh commented 3 years ago

I can not swiping up the page if pointer over the viewport on the mobile device, also test on mobile screen on chrome dev tool.

LaserKaspar commented 1 year ago

I am also facing this issue. The plugin blocks all vertical (touch-)scrolling so a user can not scroll up or down when his pointer is inside a horizontal scroll container

jgauna commented 1 year ago

I have the same issue in an horizontal viewport. Everything that's hidden (because of overflow:hidden) can't be scrolled. Even with a overflow-x:scroll the dragging doesn't work

nsher888 commented 1 year ago

any solutions?