Is it possible to have custom context menus (browser)? #50
Answered
by
pusolito
amarcolini
asked this question in
Q&A
-
On the browser, all nodes have a context menu event and a default context menu provided by the browser. In my application I want to create a custom context menu for some Views that appears on right click. Unfortunately, due to Doodle being platform-independent, there is no support for removing the default browser context menu. Is this the case, or is there some other workaround? |
Beta Was this translation helpful? Give feedback.
Answered by
pusolito
Apr 11, 2023
Replies: 1 comment 16 replies
-
Potential solutions I thought of:
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be properly supported in 0.9.2. The menu will be suppressed if you consume the pointer pressed event for a view.