Hi folks, do you know if the @Composable Horizonta...
# compose-web
s
Hi folks, do you know if the @Composable HorizontalPager is compatible with compose-web(wasm)?
y
Yes, it is compatible. Here is a short demo
s
@Yassine Abou I assume that since it is a composable it does not need a dedicated import, did you have to implement a horizontal scrollState? I tried in a working test project of mine, using compose-web(wasm) to create a landing page with a vertical scrollState but implementing a HorizontalPager does not work. Any suggestions please? Do you have an example project to refer to on github? Thanks...
Ok I solved, there was a mistake with coroutineScope.
y
That's good👍