Join Slack
Powered by
Hi how can I detect touch event in compose without...
# compose
g
Gumiku
12/29/2021, 8:51 AM
Hi how can I detect touch event in compose without consume the event? For example,
Copy code
Box1(){ Box2(){ } }
If there are two boxes in the screen, how can I detect touch event in Box1 but consume the event in Box2?
Gumiku
12/29/2021, 8:52 AM
actually I want to detect if user touch the screen in the outer box, any idea to do that?
2
Views
Open in Slack
Previous
Next