https://kotlinlang.org logo
t

Trevor Hackman

06/20/2023, 9:24 PM
I'm currently trying to make a see-through screen where I need to detect drag gestures, but let click events go through to the UI behind. The problem is detectDragGestures seems to consume all events without any option not to. Not letting any events go through. Is there a solution to this?
google 1
stackoverflow 1
To the reactions, there is nothing that works for this from Google or Stackoverflow. It seems like a compose issue.
2 Views