question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

External link handling

See original GitHub issue

Seems 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:

I can prepare a PR with some guidance / pointers

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
goldyluckscommented, Jul 14, 2018

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?

0reactions
amilajackcommented, Sep 12, 2018

I think this should belong in a guide

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found