External link handling
See original GitHub issueSeems like external links in electron should be handled in some way, like this for example.
Would be nice to be able to write external links “normally” <a href="http://google.com" /> and have an interceptor some where handling it.
Possible solution:
- https://stackoverflow.com/a/34503175/1226072
- https://github.com/electron/electron/issues/1344#issuecomment-171516261
- https://github.com/electron/electron/issues/1344#issuecomment-171516261
- https://github.com/electron/electron/issues/1344#issuecomment-208839713
- https://github.com/electron/electron/issues/1344#issuecomment-208839713
I can prepare a PR with some guidance / pointers
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
7 External Linking Best Practices for SEO - HubSpot Blog
Linking to outside websites, when done right, offers several benefits: 1. External linking improves your credibility. When you add trustworthy ...
Read more >Handling External Links - Ben Robertson
To grab all the links, we can use an attribute selector that targets the href attribute. We already know we only want external...
Read more >Internal vs External Links - GoNative
Internal vs External Links ... Define rules to control which links open within your app versus the device's default browser (Mobile Safari/Chrome/etc). Rules...
Read more >How can you open external links from your app
With our BUILD framework, we have incorporated 4 ways of opening external links while browsing your app: modal webview, current webview, in-app browser,...
Read more >External Links, New Tabs, and Accessibility - Coder's Block
Let's talk about making your site's external links open in a new tab. First we'll consider if this is even a good idea,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

How about … we put that logic in a util file, and we import that file from the client index, so users could easily comment that out + adding a reference for that in the docs?
What are the concerns for doing it high level?
I think this should belong in a guide