Android Jetpack Compose not properly letting through all touch release events to a WebView
So I’ve been struggling for days finding out why my webview based app was not properly letting go of touch events, if I used multi touch and released both fingers at once it would only release 1 of the fingers leaving the webapp with sticky touch events.