cheese icon indicating copy to clipboard operation
cheese copied to clipboard

[iphone] scrolling left also scrolls up/down

Open valdrinkoshi opened this issue 8 years ago • 1 comments

Reported by @notwaldorf on iphone

valdrinkoshi avatar May 16 '17 21:05 valdrinkoshi

We could set touch-action: pan-y to disable scrolling that starts along the horizontal axis. But Safari doesn't support touch-action: pan-y so on Safari we need to call preventDefault when swiping the carousel horizontally.

frankiefu avatar May 17 '17 00:05 frankiefu