Replies: 1 comment
-
Anyone have any ideas on this one? I asked some of the LLMs and they suggested trying to do a JS injection to turn off that default context menu for the browser; but all their answers were hallucinated, and after a bunch of challenges they said it wasn't possible. |
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.
-
Question
I've got a flet app that includes controls that handle right-click events. It all works fine when I run it as a desktop app; but when I run it as a web app in the browser, right-clicking pops up the usual browser right-click popup menu, and the app's right-click event handler is never called. How do I make it ignore the browser's right-click handler?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions