Make "Open link in new window" work (or remove option) #6814
Unanswered
limitedmage
asked this question in
Q&A
Replies: 2 comments
-
The way I removed the context menu from my sample app is via the following Javascript event:
Note that this disables the context menu from everything in the page, and it may not be what you're looking for but I'm sharing what worked for me :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
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'm building a Tauri app on Mac. When you right click a link, a menu shows that includes the option "Open link in new window", but this does not work. How do I either make this work, or remove the context menu item? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions