Replies: 2 comments 2 replies
-
I believe this is called event-bubbling which is only available in LVGL 8.0 or later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for clarifying. I'll work around that limit then for now. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
not sure if this is a bug so posting a question here first.
I have a parent object with 2 children looking like this:
and on the Home Assistant side this action associated with he parent object:
Now I presume the whole p2b20 object to be clickable and execute the action, but I notice I need to tap a corner. If I tap an area where the child objects are located nothing happens.
Already tried to add
"click":true
to the child objects but that does not help.I could off course repeat the action for all 3 objects, but that would seem to me like adding unnecessary bloat to the code.
So is this normal behaviour? Or am I making a mistake in my code? Or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions