-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening links in release notes in new window of the default browser #177
Comments
|
...except Sparkle's: sparkle-project/Sparkle#430. This was an issue for us because we use the same release notes for both Sparkle and WinSparkle. We worked around it by using a conditional comment:
|
I’m pretty sure I used |
So, this is one of those things that are much more complicated than they sound: https://stackoverflow.com/questions/2925279/iwebbrowser2-how-to-force-links-to-open-in-new-window Using |
Note also that it appears that |
I'm using WinSparkle 0.6.0 and currently testing our app on a Windows 10 system. We have a link in our release notes that when clicked displays the page using the browser control. What I would like is for it to open in a new window of the default browser.
I've played with a couple of apps that use WinSparkle and they both have the expected behavior. I can't seem to find an obvious way to configure this behavior. Can anyone point me in the correct direction?
Thanks,
Priyanka
The text was updated successfully, but these errors were encountered: