Hi ! I have a simple Composable LoremIpsum, define...
# multiplatform
l
Hi ! I have a simple Composable LoremIpsum, defined in the attached App.kt, which simply holds a scrollable long text. But while the component scrolls perfectly on Android emulator with a mouse dragging, it does not scroll in desktop : at least on Linux (tested on Ubuntu). So is this an expected behaviour ? If so, how should I adapt the code for desktop targets ? The project has been generated with Kotlin KMP wizard today.
solved 1
I've solved the problem by creating a new composable in order to scroll text in a cross platforms way.
🙌 1
So I can use it this way.