hello!
I'm trying to develop a compose UI with CMP.
I've implemented a tap low and horizontal pager, but on Android and iOS, when I scroll left and right, it goes page by page.
On the web it doesn't, it just moves as far as I scroll.
Is this the intended behaviour in compose web?
Or is it because it's an experimental version? Or maybe I'm implementing it wrong?
HyeonBae Ji
04/29/2024, 6:35 AM
like this,
A,B,C at the top are tab rows,
and the visible C at the bottom is a horizontal pager that is in the process of moving from B to C.
c
Chris Athanas
04/29/2024, 7:33 PM
Can you show your relevant code and possibly an animated view of whats happening?
h
HyeonBae Ji
04/30/2024, 4:12 PM
When launched in Chrome, and then moved with the Mac trackpad. I had that symptom, but when I opened f12 devtool and converted to mobile and tried to scroll, it worked fine.
HyeonBae Ji
04/30/2024, 4:17 PM
can't scroll the horizontal pager in the on the PC version, is that correct? I can't scroll using the mouse. I can scroll on the Mac trackpad.
As weird as it looks in the photo above