https://kotlinlang.org logo
Title
d

Dragos Rachieru

04/14/2023, 1:00 PM
Hello, I have an use case for a drop-down menu on a touchscreen monitor. Scrolling does not work and I need my application to be used with touch screen controls only. How can I make the drop-down view to scroll on the touchscreen monitor?
d

Dima Avdeev

04/15/2023, 7:22 AM
Yeah, currently we do not support some touchscreen events. Do you have Windows?
We want to add touchscreen support in the future.
d

Dragos Rachieru

04/15/2023, 7:23 AM
The app communicates with Linux CNC for industrial machines so we have to stick to Linux
d

Dima Avdeev

04/15/2023, 7:23 AM
Ok, thanks
d

Dragos Rachieru

04/15/2023, 7:25 AM
Just a side project, so there's no problem, we can wait. For scrolling in columns/rows we used a modifier, but I didn't find a way to use that modifier on drop-down menu