Hover Menu
#9244
Replies: 1 comment
-
Not fully tested, but could you do something like this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create hover menu on desktop,just like web applications hover menu when mouse on it show a extended menu.
I just defined a separate file named HoverMenu.
It has TouchArea but i couldnt find any callback for hover just there is clicked?
I can do this in callback
clicked => { show_menu=true;}
But i cant do this
If self.has_hover: show_menu=true;
show_menu is my property for this component
Beta Was this translation helpful? Give feedback.
All reactions