Links are expected to open either inline, or in the default system browser.
Nothing happens when you click the link.
Rambox: v0.4.5
OS: CentOS 7
Arch: x64
It should work. Did you try with other services?
Does not work with Slack, GMail and Skype too. Cannot copy the link either, right-click also does not work. There's another ticket for that.
Does not work on Gitter either. However, Discord and Tweetdeck is fine.
OS: xubuntu 16.04
Rambox v0.4.5
I think it depends of the OS, because on Windows 10 and mac OS works ok.
Workaround is to add this to custom code:
setInterval(function(){document.querySelectorAll('.urlPreviewText a').forEach(function(a){a.onclick=function(){window.open(this.href);return false;};});}, 3000);
I am experiencing the same issue on i3wm. Links work fine when using KDE or Gnome. However, when clicking links in i3wm nothing happens. Adding the custom code to each of the enabled services does not resolve the issue.
Edit: Issue turned out to be with xdg-open configuration that was only made apparent when using i3.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Workaround is to add this to custom code: