Replies: 2 comments 1 reply
-
I'm afraid we don't have that. But for now you may need to add a callback in your child and call that callback from your TouchArea so that the parent can do something. |
Beta Was this translation helpful? Give feedback.
-
Hi, im looking to do this kind of thing also. I want to have a toucharea over the top of a virtual keyboard so that i can do swipe style interactions. When i put the toucharea at the top it absorbs all the inputs. How would i pass the mouse position and click state to the element bellow? @ogoffart Could you please look into adding a proper way to do this? |
Beta Was this translation helpful? Give feedback.
-
Is there any functionalyty like JS mouse event bubbling -
I have main TouchArea and bunch of small TouchArea's inside it. I need to get mouse events in both TouchArea's - in parent and in selected small TouchArea if it's under the mouse. Is it possible, because right now small TouchArea's covers parts of the parent?
PS: i wanna give two ways to interact for user:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions