Link inside app is not opening link in new tab

My app is in ticket details page and I have added anchor tag to it. But, it isn’t opening link in new tab.

Hi Vignesh,

Hope you are doing well.

Your issue can be resolved by using the HTML attribute “_blank”.
Example : <a href="https://www.google.com" target="_blank">Google</a>

In case you have multiple tags on your HTML page you can also try using the base tag.
<base target="_blank" />

let me know if it works out.
Thank you and happy Diwali.

1 Like

Hi @sarfaraz_Mohammed , I am using vue and I use :href. And it isn’t working for me.

This topic was automatically closed after 150 days. New replies are no longer allowed.