Hi all, stuff like this `androidx.compose.foundati...
# compose-desktop
d
Hi all, stuff like this
androidx.compose.foundation.VerticalScrollbar
can't be find in android. I am building shared ui for desktop/android and not sure how to handle this kind of problem
t
In Android you have a verticalScroll modifier. But in general i would recommend to create different UIs for Android and Desktop. Of course you can share some components but the UX should be different because of different input devices.