Replies: 1 comment
-
@gerwim Clicking a link in in Photino doesn't create a new window, so RegisterWindowCreatingHandler won't help here. The issue is similar to browsing a page in Chrome and having a link open a new page in Edge. Browsers don't typically open other browsers. What you can do is handle a message in .NET and have .NET spawn a new process. That would open the link in the OS's default browser. |
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 was under the impression the handler registered to
RegisterWindowCreatingHandler
would be triggered upon clicking a link (which opens a new window) -- but that is not the case.What I'd like: to open the user installed browser upon clicking a link instead of opening it in the Photino window.
Beta Was this translation helpful? Give feedback.
All reactions