target=_blank doesn't work
See original GitHub issueI can’t seem to handle/see/route target=_blank
routes, they never seem to even reach TurboSession.shouldOverrideUrlLoading
, I have logging on and never see any logs fired from those links.
We are using Turbolinks 5 on the web still and Turbo on Android, this is working fine with Turbolinks on Android, and does work with iOS using the new Turbo library interacting with Ruby Version 5. Wondering if it’s a regression between New Android and Legacy Web?
If you need more insight to the website hopefully @cmartyn or @joemasilotti can answer any questions.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
link with target="_blank" does not open in new tab in Chrome
They may interpret it as opening the destination in a new tab rather than new window, or they may completely ignore the attribute....
Read more >Don't Use The Target="_Blank" Link Attribute In These Cases
Using the _blank link attribute will cause the link to open in a new browser window or tab. But it is not as...
Read more >Trying to open URL in new tab - target _blank not working
I am trying to open an external URL in a new browser tab. The Service Studio version is 11.6.26 Build 9940. I believe...
Read more >Open link in new tab does not work when target="_blank" is ...
A few suggestions. 1. Press F12 to open debug tool and check the html element, make sure there is target attribute with _blank...
Read more >How to fix target=”_blank” links: a security and performance ...
Security issue: “tabnabbing”. By default, when you open a web page in a new tab by clicking on a link with target="_blank" ,...
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
7.0.0-beta06 is now available.
Not sure if it was in an iframe or not, but yes that fixed it 🥳