cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
45
Views
0
Helpful
0
Replies

Jabber custom tab cannot open external browser

elatus
Community Member

I am embedding my app within a Jabber custom tab and I am not able to open links in an external web browser.

The link just opens in the current tab, whereas I want it to open Chrome/Edge etc.

In my code I do have `_blank` in the `window.open()` call but that does not seem to make a difference. The link opens as expected when clicked within a Jabber chat, but not from my custom tab:

 

window.open(route, '_blank')?.focus();

 

Any ideas?

0 Replies 0