There seems to be a bug with Jetpack Compose butto...
# multiplatform
e
There seems to be a bug with Jetpack Compose buttons touch events on desktop. I'm using Windows 11 with a touch screen. If you tap multiple times, the last touch doesn't register. You can see the button still highlighted after the second tap. From there there are a couple scenarios • 3rd tap on same button => counter will jump to 3 • 3rd tap anywhere else => counter will remain on 1 • Move mouse at all => counter moves to 2