hello! I'm trying to develop a compose UI with CMP...
# compose-web
h
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?
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
Can you show your relevant code and possibly an animated view of whats happening?
h
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.
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
👍 1
c
I haven’t seen this issue personally, so cannot give advice on how to address it.
kodee happy 1