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
Open external links in new window instead of default browser #212
Comments
+1 I like the functionality provided by right clicking a link, then clicking "Open in a new window" in the subsequent context menu. I'm not sure how one might go about producing this programmatically. |
It would be possible to spawn a new BrowserWindow, for another url. Currently, nativefier only creates a single window for the target url. Implementing multiple windows could take quite some work though. It would be cool if we could have a flag for this! |
This already works by shift-clicking a link. Could be enhanced tho by adding a menu item so you could open a new window with the base URL. edit: i forgot this already exists. |
Would really want this to be an option for compilation, to be able to choose the default behavior of external links. |
Yes! That way everyone gets the behavior they want without breaking changes. |
Hey @tmikaeld @pulgalipe @zeke, would Nativefier 7.1.0's new
Also, for an exact opposite take: #23 |
Thanks, @ronjouch! I will give |
FYI .. @ronjouch comment about |
@ronjouch trying to run this: https://github.com/jaedb/Iris within nativefier worked brilliantly. However, when I needed to authenticate myself as a user I had issues with it complaining that popups were blocked. |
The |
This isn't working for me. What am I missing?
PS I am able build without |
I just fixed this. Thanks for the write up @zeke!
|
nativefier google auth works with internal urls. internal url command : --internal-urls
|
its really a perfect solution! also works for chrome which i didn't know before |
I know some people could think it will not reproduce the same feeling as using a native app, but in my case I want it to:
'Cause I want to isolate these links from browser.
Tried the process explained there: electron/electron#2843 but with no luck.
The text was updated successfully, but these errors were encountered: