I got a bubble overlay working under a transparent Box so I could move it around. The Box is taking all the touches however so I can’t touch the view behind it.
I’m trying to find a solution. ComposeView is final so I can’t override
dispatchTouchEvent
to ignore touches, and I can’t find a Compose way to ignore touches.
Any ideas?