Egui hyperlink in sidepanel doesn't work? #537
Unanswered
MikeCroall
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is more of an |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the hyperlink from egui doesn't work (doesn't open any link) with three-d / winit window. Is this something others experience too?
I've tried it across a couple of different operating systems and physical machines and no matter how I poke and prod the code/link/display text I can't get it to work. If I check
.clicked()
and log when it's clicked, I can see the log coming through every time. It just doesn't open the link. There are no error/debug logs so not sure what is going wrong.Beta Was this translation helpful? Give feedback.
All reactions