Y
Hacker News
new
|
ask
|
show
|
jobs
by
axyz
1458 days ago
You may need some sort of threshold to ignore scrolls that are mostly vertical. It's really hard to scroll the page on mobile as the slider prevents the default scroll unless the movement is perfectly vertical
1 comments
MNNTNK
1458 days ago
Yeah, This is not good. This is happening because I've set `touch-action: none` CSS. It should be `touch-action: pan-y`
Edit: Fixed in V1.0.1
link
Edit: Fixed in V1.0.1